go_1_21: 1.21.6 -> 1.21.7

Changelog: https://go.dev/doc/devel/release#go1.21
This commit is contained in:
zowoq
2024-02-07 20:02:56 +10:00
parent 87e42d1372
commit 1e4bf30cb8
+2 -2
View File
@@ -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;