go_1_24: 1.24.11 -> 1.24.12

Changelog: https://go.dev/doc/devel/release#go1.24
This commit is contained in:
zowoq
2026-01-16 08:29:01 +10:00
parent c08a956b02
commit f7bde566a2
+2 -2
View File
@@ -24,11 +24,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.24.11";
version = "1.24.12";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-/9+XdmpMSxNc1TgJcTl46e4alDssjiitIhpUKd4w4hA=";
hash = "sha256-+6LdZht757NNa9F+2S9BxEpeBZU62BqzS07HgOXn3EE=";
};
strictDeps = true;