go_1_25: 1.25rc3 -> 1.25.0 (#433239)
This commit is contained in:
commit
0e70078296
@ -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;
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user