go_1_23: 1.23rc1 -> 1.23rc2

Changelog: https://go.dev/doc/devel/release#go1.23
This commit is contained in:
zowoq 2024-07-17 10:11:28 +10:00
parent 76069dafc9
commit 5a7e12c85f

View File

@ -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;