chore: some updates

This commit is contained in:
m3tam3re
2026-07-16 17:05:41 +02:00
parent 01bede8826
commit d932db10c4
4 changed files with 13 additions and 11 deletions
+3 -3
View File
@@ -9,13 +9,13 @@
'';
in
prev.n8n.overrideAttrs (finalAttrs: previousAttrs: {
version = "2.29.8";
version = "2.30.6";
src = prev.fetchFromGitHub {
owner = "n8n-io";
repo = "n8n";
tag = "n8n@${finalAttrs.version}";
hash = "sha256-+eiAdofrX1TRNFeD9MtTHt+XBH06c8NQHvTk6vrOU/k=";
hash = "sha256-sKS9uv8ftclb9iyCJpFKxCBwLJKiz3aa28Ov8eciJ68=";
};
pnpmDeps = prev.fetchPnpmDeps {
@@ -23,7 +23,7 @@ in
pnpm = prev.pnpm_10;
fetcherVersion = 3;
prePnpmInstall = patchXlsxLockfile;
hash = "sha256-XMPvxTb7cKz3XmJFOAqN42B2VGyzyFPrF0eUU8g/KPU=";
hash = "sha256-kuCb9rPLSWqeP9a4aNiPEhJUvEDHIu2IuaFQjRatweA=";
};
prePnpmInstall = (previousAttrs.prePnpmInstall or "") + patchXlsxLockfile;