go_1_24: 1.24rc3 -> 1.24.0

This commit is contained in:
techknowlogick
2025-02-11 13:47:23 -05:00
committed by zowoq
parent c467a40d68
commit 83a2581c81
+2 -2
View File
@@ -49,11 +49,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.24rc3";
version = "1.24.0";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-LHEopY9iz9706vaOe5vxh/P/6i7AZ1SmTW7ja/6j1pE=";
hash = "sha256-0UEgYUrLKdEryrcr1onyV+tL6eC2+IqPt+Qaxl+FVuU=";
};
strictDeps = true;