go_1_24: 1.24.10 -> 1.24.11

Changelog: https://go.dev/doc/devel/release#go1.24
This commit is contained in:
zowoq
2025-12-03 08:01:36 +10:00
parent 5f88abb8a6
commit 658b348ba2
+2 -2
View File
@@ -24,11 +24,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.24.10";
version = "1.24.11";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-NAANzEelF7ePzyZX7n0DMyilcHn+YMTti3uEJg0dGdM=";
hash = "sha256-/9+XdmpMSxNc1TgJcTl46e4alDssjiitIhpUKd4w4hA=";
};
strictDeps = true;