lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

go_1_24: 1.24rc3 -> 1.24.0

authored by

techknowlogick and committed by
zowoq
8904f512 3ec550cd

+2 -2
+2 -2
pkgs/development/compilers/go/1.24.nix
··· 49 49 in 50 50 stdenv.mkDerivation (finalAttrs: { 51 51 pname = "go"; 52 - version = "1.24rc3"; 52 + version = "1.24.0"; 53 53 54 54 src = fetchurl { 55 55 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="; 57 57 }; 58 58 59 59 strictDeps = true;