go_1_25: 1.25rc3 -> 1.25.0 (#433239)

This commit is contained in:
Paul Meyer 2025-08-13 09:55:15 +02:00 committed by GitHub
commit 0e70078296
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -9644,8 +9644,8 @@ with pkgs;
go = go_1_24;
buildGoModule = buildGo124Module;
go_latest = go_1_24;
buildGoLatestModule = buildGo124Module;
go_latest = go_1_25;
buildGoLatestModule = buildGo125Module;
go_1_23 = callPackage ../development/compilers/go/1.23.nix { };
buildGo123Module = callPackage ../build-support/go/module.nix {