go_1_25: 1.25.6 -> 1.25.7

This commit is contained in:
Leon Klingele
2026-02-04 17:29:17 +01:00
parent aba80eebd4
commit 466bc97ad9
+2 -2
View File
@@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.25.6";
version = "1.25.7";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-WMv3ceRNdt5vVtGeM7d9dFoeSJNAkih15GWFuXXCsFk=";
hash = "sha256-F48oMoICdLQ+F30y8Go+uwEp5CfdIKXkyI3ywXY88Qo=";
};
strictDeps = true;