go_1_25: 1.25.8 -> 1.25.9

Changelog: https://go.dev/doc/devel/release#go1.25.minor
This commit is contained in:
Tom Herbers
2026-04-10 00:24:40 +02:00
parent 79120203df
commit f8d24454ca
+2 -2
View File
@@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.25.8";
version = "1.25.9";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-6YjUokRqx/4/baoImljpk2pSo4E1Wt7ByJgyMKjWxZ4=";
hash = "sha256-DsnvjrzqCXqsN97K6fCachi0Uc2Wvn1u1RPY5Lz5Cc8=";
};
strictDeps = true;