go_1_25: 1.25.2 -> 1.25.3

This commit is contained in:
Leon Klingele
2025-10-13 23:29:44 +02:00
parent c771cbb68d
commit b80587454a

View File

@@ -56,11 +56,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.25.2";
version = "1.25.3";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-NxEUDPuH/Oj3oT982GDfBB5sEvdhD0DKxuxvorZeluQ=";
hash = "sha256-qBpLpZPQAV4QxR4mfeP/B8eskU38oDfZUX0ClRcJd5U=";
};
strictDeps = true;