go_1_24: 1.24.3 -> 1.24.4

Changelog: https://go.dev/doc/devel/release#go1.24
This commit is contained in:
zowoq
2025-06-06 08:46:31 +10:00
parent 7846763b39
commit bef47710e4
+2 -2
View File
@@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.24.3";
version = "1.24.4";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-IpwItgCxRGeYEJ+uH1aSKBAshHPKuoEEtkGMtbwDKHg=";
hash = "sha256-WoaoOjH5+oFJC4xUIKw4T9PZWj5x+6Zlx7P5XR3+8rQ=";
};
strictDeps = true;