go_1_25: 1.25rc2 -> 1.25rc3 (#431616)

This commit is contained in:
Paul Meyer
2025-08-07 08:55:59 +02:00
committed by GitHub

View File

@@ -28,11 +28,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.25rc2";
version = "1.25rc3";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-5jFKMjTEwDuNAGvNHRRZTZKBcNGES23/3V+lojM0SeE=";
hash = "sha256-Rw4LjnCmjyhV59AJ8TXsgLPRgIXSxOU323Xmrkliv3Q=";
};
strictDeps = true;