go_1_25: 1.25.7 -> 1.25.8 (#497159)

This commit is contained in:
Paul Meyer
2026-03-06 12:57:35 +00:00
committed by GitHub
+2 -2
View File
@@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.25.7";
version = "1.25.8";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-F48oMoICdLQ+F30y8Go+uwEp5CfdIKXkyI3ywXY88Qo=";
hash = "sha256-6YjUokRqx/4/baoImljpk2pSo4E1Wt7ByJgyMKjWxZ4=";
};
strictDeps = true;