n8n: 2.37.9 -> 2.38.7

This commit is contained in:
m3tam3re
2026-09-11 17:31:48 +02:00
parent c22cb5f3a7
commit c638225ea0
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -21,13 +21,13 @@
'';
in
prev.n8n.overrideAttrs (finalAttrs: previousAttrs: {
version = "2.37.9";
version = "2.38.7";
src = prev.fetchFromGitHub {
owner = "n8n-io";
repo = "n8n";
tag = "n8n@${finalAttrs.version}";
hash = "sha256-DFoXCtn+rM69ISKVV2aet8LfGCOsN29yuyYOpz0f71U=";
hash = "sha256-APKju7+jHw2fET+1FDFi8EhAQ3ZJRVzy8LwPgLm3Bbc=";
};
pnpmDeps = prev.fetchPnpmDeps {
@@ -35,7 +35,7 @@ in
pnpm = prev.pnpm_11;
fetcherVersion = 4;
postPatch = relaxPnpmEngine;
hash = "sha256-4SFl0JD4iQc4tQFtJvNWkYCVyT6sj7+id/BrJEaTl8E=";
hash = "sha256-0k3h5dcVPzLpZoYstJkFrXrcP4kmB0A2Q0YdAdmfOGs=";
};
postPatch = (previousAttrs.postPatch or "") + relaxPnpmEngine;