summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/go
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2024-02-07 08:15:21 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2024-02-07 20:02:56 +1000
commit1e4bf30cb89e37358500f95f9cbfc959e73c1ccd (patch)
treedfc9437617e9c54e2c682a1cdf486ce032e93357 /pkgs/development/compilers/go
parent87e42d1372cd27a70fd49277464095a67dae048e (diff)
go_1_21: 1.21.6 -> 1.21.7
Changelog: https://go.dev/doc/devel/release#go1.21
Diffstat (limited to 'pkgs/development/compilers/go')
-rw-r--r--pkgs/development/compilers/go/1.21.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/go/1.21.nix b/pkgs/development/compilers/go/1.21.nix
index 06391b1740a6..1debcd433b9b 100644
--- a/pkgs/development/compilers/go/1.21.nix
+++ b/pkgs/development/compilers/go/1.21.nix
@@ -46,11 +46,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
- version = "1.21.6";
+ version = "1.21.7";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
- hash = "sha256-Ekkmpi5F942qu67bnAEdl2MxhqM8I4/8HiUyDAIEYkg=";
+ hash = "sha256-ABl6sg8zgTgyv/Yv2TzKHEKgjMaJoypmcspJWRlZv/Y=";
};
strictDeps = true;