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

go_1_25: 1.25rc3 -> 1.25.0 (#433239)

parents f564d8b1 0518453b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
+2 −2
Original line number Diff line number Diff line
@@ -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 {