chore: n8n update

This commit is contained in:
m3tam3re
2026-05-28 06:53:57 +02:00
parent 20678635f8
commit ae1fb97c21
2 changed files with 15 additions and 3 deletions
+3 -3
View File
@@ -26,20 +26,20 @@
in
stdenv.mkDerivation (finalAttrs: {
pname = "n8n";
version = "2.21.7";
version = "2.22.4";
src = fetchFromGitHub {
owner = "n8n-io";
repo = "n8n";
tag = "n8n@${finalAttrs.version}";
hash = "sha256-O76Incx2RMzTRIWncJa6D+5rYqFSZVVpvELJPKtuItM=";
hash = "sha256-0cOCRZD4vM3rVT9GPZUA1u3WuodqUcuu84NVroI5UhA=";
};
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
pnpm = pnpm_10;
fetcherVersion = 3;
hash = "sha256-q3WO4S3QsTk8HkGebwmRTUjCBX7lOHlIBgoPeosqaJE=";
hash = "sha256-tyiKtUyNXnifhlAlF7Qo48iFlJhDy6qIQ7i2YcIh+Ko=";
};
nativeBuildInputs =