go_1_25: 1.25.5 -> 1.25.6

Changelog: https://go.dev/doc/devel/release#go1.25.minor
This commit is contained in:
Tom Herbers
2026-01-15 21:09:07 +01:00
parent b1bfca1bda
commit 841730db5c
+2 -2
View File
@@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.25.5";
version = "1.25.6";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-IqX9CpHvzSihsFNxBrmVmygEth9Zw3WLUejlQpwalU8=";
hash = "sha256-WMv3ceRNdt5vVtGeM7d9dFoeSJNAkih15GWFuXXCsFk=";
};
strictDeps = true;