chore: n8n update

This commit is contained in:
2026-05-20 19:57:15 +02:00
parent 2eeafdef65
commit 50a182b259
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -26,20 +26,20 @@
in
stdenv.mkDerivation (finalAttrs: {
pname = "n8n";
version = "2.20.9";
version = "2.21.5";
src = fetchFromGitHub {
owner = "n8n-io";
repo = "n8n";
tag = "n8n@${finalAttrs.version}";
hash = "sha256-4kKb0P1bHb0NcJokzr0B1lInYg1WmG07yG4A7czTIzY=";
hash = "sha256-0EzRLbt7mYD0/IlzxH8e6VTzMR5n8UyzOOm+UA1GgqE=";
};
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
pnpm = pnpm_10;
fetcherVersion = 3;
hash = "sha256-ft7n3J7L+u2hwEiR32Jw2k0ZsHCfI5yIB+IfmtB8xMY=";
hash = "sha256-q3WO4S3QsTk8HkGebwmRTUjCBX7lOHlIBgoPeosqaJE=";
};
nativeBuildInputs =