go_1_25: 1.25.3 -> 1.25.4

This commit is contained in:
Leon Klingele
2025-11-06 05:24:59 +01:00
parent 44d06c905e
commit 5cb4fe3fef

View File

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