Skip to content

Commit

Permalink
go_1_23: 1.23rc2 -> 1.23.0
Browse files Browse the repository at this point in the history
Changelog: https://go.dev/doc/devel/release#go1.23
(cherry picked from commit cf4f89e)
  • Loading branch information
techknowlogick authored and Mike Glazer committed Sep 6, 2024
1 parent 5249992 commit ae08f10
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 @@ -47,11 +47,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.23rc2";
version = "1.23.0";

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

strictDeps = true;
Expand Down

0 comments on commit ae08f10

Please sign in to comment.