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 in
prev.n8n.overrideAttrs (finalAttrs: previousAttrs: { prev.n8n.overrideAttrs (finalAttrs: previousAttrs: {
version = "2.37.9"; version = "2.38.7";
src = prev.fetchFromGitHub { src = prev.fetchFromGitHub {
owner = "n8n-io"; owner = "n8n-io";
repo = "n8n"; repo = "n8n";
tag = "n8n@${finalAttrs.version}"; tag = "n8n@${finalAttrs.version}";
hash = "sha256-DFoXCtn+rM69ISKVV2aet8LfGCOsN29yuyYOpz0f71U="; hash = "sha256-APKju7+jHw2fET+1FDFi8EhAQ3ZJRVzy8LwPgLm3Bbc=";
}; };
pnpmDeps = prev.fetchPnpmDeps { pnpmDeps = prev.fetchPnpmDeps {
@@ -35,7 +35,7 @@ in
pnpm = prev.pnpm_11; pnpm = prev.pnpm_11;
fetcherVersion = 4; fetcherVersion = 4;
postPatch = relaxPnpmEngine; postPatch = relaxPnpmEngine;
hash = "sha256-4SFl0JD4iQc4tQFtJvNWkYCVyT6sj7+id/BrJEaTl8E="; hash = "sha256-0k3h5dcVPzLpZoYstJkFrXrcP4kmB0A2Q0YdAdmfOGs=";
}; };
postPatch = (previousAttrs.postPatch or "") + relaxPnpmEngine; postPatch = (previousAttrs.postPatch or "") + relaxPnpmEngine;
+3 -3
View File
@@ -15,9 +15,9 @@
modifiedPkgs = mkPkgs [self.overlays.modifications]; modifiedPkgs = mkPkgs [self.overlays.modifications];
defaultPkgs = mkPkgs [self.overlays.default]; defaultPkgs = mkPkgs [self.overlays.default];
expectedVersion = "2.37.9"; expectedVersion = "2.38.7";
expectedSrcHash = "sha256-DFoXCtn+rM69ISKVV2aet8LfGCOsN29yuyYOpz0f71U="; expectedSrcHash = "sha256-APKju7+jHw2fET+1FDFi8EhAQ3ZJRVzy8LwPgLm3Bbc=";
expectedPnpmHash = "sha256-4SFl0JD4iQc4tQFtJvNWkYCVyT6sj7+id/BrJEaTl8E="; expectedPnpmHash = "sha256-0k3h5dcVPzLpZoYstJkFrXrcP4kmB0A2Q0YdAdmfOGs=";
expectedChangelog = "https://github.com/n8n-io/n8n/releases/tag/n8n@${expectedVersion}"; expectedChangelog = "https://github.com/n8n-io/n8n/releases/tag/n8n@${expectedVersion}";
expectedRootNodeModuleSymlinks = [ expectedRootNodeModuleSymlinks = [
"ln -s .pnpm/node_modules/sass-embedded node_modules/sass-embedded" "ln -s .pnpm/node_modules/sass-embedded node_modules/sass-embedded"