go_1_26: 1.26rc3 -> 1.26.0 (#489224)
This commit is contained in:
@@ -25,11 +25,11 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "go";
|
||||
version = "1.26rc3";
|
||||
version = "1.26.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
|
||||
hash = "sha256-t32nB+A4hWXdgUcCPE1cRsTAA6bh9xNQ9jfPXYCtLps=";
|
||||
hash = "sha256-yRMqih9r0qpKrR10uCMdlSdJUEg6SVBlfubFbm6Bd5A=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
@@ -7912,8 +7912,8 @@ with pkgs;
|
||||
go = go_1_25;
|
||||
buildGoModule = buildGo125Module;
|
||||
|
||||
go_latest = go_1_25;
|
||||
buildGoLatestModule = buildGo125Module;
|
||||
go_latest = go_1_26;
|
||||
buildGoLatestModule = buildGo126Module;
|
||||
|
||||
go_1_24 = callPackage ../development/compilers/go/1.24.nix { };
|
||||
buildGo124Module = callPackage ../build-support/go/module.nix {
|
||||
|
||||
Reference in New Issue
Block a user