Skip to content

Commit 83a2581

Browse files
techknowlogickzowoq
authored andcommitted
go_1_24: 1.24rc3 -> 1.24.0
1 parent c467a40 commit 83a2581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/compilers/go/1.24.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ let
4949
in
5050
stdenv.mkDerivation (finalAttrs: {
5151
pname = "go";
52-
version = "1.24rc3";
52+
version = "1.24.0";
5353

5454
src = fetchurl {
5555
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
56-
hash = "sha256-LHEopY9iz9706vaOe5vxh/P/6i7AZ1SmTW7ja/6j1pE=";
56+
hash = "sha256-0UEgYUrLKdEryrcr1onyV+tL6eC2+IqPt+Qaxl+FVuU=";
5757
};
5858

5959
strictDeps = true;

0 commit comments

Comments
 (0)