Unverified Commit f3a9be3b authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

go_1_26: 1.26rc3 -> 1.26.0 (#489224)

parents 09fc0de5 16f4d19f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
+2 −2
Original line number Diff line number Diff line
@@ -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 {