Skip to content

Commit

Permalink
Merge pull request NixOS#327764 from qowoz/go123
Browse files Browse the repository at this point in the history
go_1_23: 1.23rc1 -> 1.23rc2
  • Loading branch information
katexochen committed Jul 17, 2024
2 parents 8db4060 + 5a7e12c commit e5e1239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/go/1.23.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.23rc1";
version = "1.23rc2";

src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-bpxHZYcoCGY8zwuTflY3x99nFGlD+m6JCagaDRKcgEU=";
hash = "sha256-9pnOJWD8Iq2CwGseBLYxi4Xn9obLy0/OFWWCEyxX2Ps=";
};

strictDeps = true;
Expand Down

0 comments on commit e5e1239

Please sign in to comment.