go_1_23: 1.23rc2 -> 1.23.0

Changelog: https://go.dev/doc/devel/release#go1.23
This commit is contained in:
techknowlogick 2024-08-13 22:59:34 -04:00 committed by zowoq
parent 7554d04ac0
commit cf4f89ec3f

View File

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