go_1_25: 1.25.12 -> 1.25.13

Changelog: https://go.dev/doc/devel/release#go1.25.minor
(cherry picked from commit 65a751fbda)
This commit is contained in:
Tom Herbers
2026-08-14 00:19:17 +02:00
committed by github-actions[bot]
parent 518c5bbfeb
commit 76bae50072

View File

@@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.25.12";
version = "1.25.13";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-+Q3O5L0CP6N2N06gpabr5VNTeznEJv/YxolGm0VRmTI=";
hash = "sha256-HX4vcLHum5PH3478ynH1rcxqWXl6QzbC0QFxvUwXRhQ=";
};
strictDeps = true;