go_1_24: 1.24.6 -> 1.24.7

Changelog: https://go.dev/doc/devel/release#go1.24
This commit is contained in:
zowoq
2025-09-08 16:11:16 +10:00
parent 8a22392a75
commit 8fd5914085
+2 -2
View File
@@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.24.6";
version = "1.24.7";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-4ctVgqq1iGaLwEwH3hhogHD2uMmyqvNh+CHhm9R8/b0=";
hash = "sha256-Ko9Q2w+IgDYHxQ1+qINNy3vUg8a0KKkeNg/fhiS0ZGQ=";
};
strictDeps = true;