lol
0
fork

Configure Feed

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

go_1_24: 1.24.2 -> 1.24.3

Changelog: https://go.dev/doc/devel/release#go1.24

zowoq 4f2a8ea4 3ceffaef

+2 -2
+2 -2
pkgs/development/compilers/go/1.24.nix
··· 27 27 in 28 28 stdenv.mkDerivation (finalAttrs: { 29 29 pname = "go"; 30 - version = "1.24.2"; 30 + version = "1.24.3"; 31 31 32 32 src = fetchurl { 33 33 url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz"; 34 - hash = "sha256-ncd/+twW2DehvzLZnGJMtN8GR87nsRnt2eexvMBfLgA="; 34 + hash = "sha256-IpwItgCxRGeYEJ+uH1aSKBAshHPKuoEEtkGMtbwDKHg="; 35 35 }; 36 36 37 37 strictDeps = true;