go_1_25: 1.25.11 -> 1.25.12

Changelog: https://go.dev/doc/devel/release#go1.25.minor
This commit is contained in:
Tom Herbers
2026-07-07 22:34:59 +02:00
parent d407951447
commit 3492eab8d4
+2 -2
View File
@@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.25.11";
version = "1.25.12";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-e05bB5s8m8QgNzymhiGilrTRPBBzXUrKxBcZKNcPVIA=";
hash = "sha256-+Q3O5L0CP6N2N06gpabr5VNTeznEJv/YxolGm0VRmTI=";
};
strictDeps = true;