go_1_23: 1.23.6 -> 1.23.7 (#387203)

This commit is contained in:
Sandro
2025-03-05 11:25:50 +01:00
committed by GitHub
+2 -2
View File
@@ -48,11 +48,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.23.6";
version = "1.23.7";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-A5xbBOZSedrO7opvcecL0Fz1uAF4K293xuGeLtBREiI=";
hash = "sha256-fPq9Rrc+tMJrGdaVFd0EPXGDplWazM1c/bJetrJmpFg=";
};
strictDeps = true;