chore: app updates

This commit is contained in:
m3tam3re
2026-05-23 08:31:36 +02:00
parent e38971e68d
commit 20678635f8
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -26,13 +26,13 @@
in
stdenv.mkDerivation (finalAttrs: {
pname = "n8n";
version = "2.21.5";
version = "2.21.7";
src = fetchFromGitHub {
owner = "n8n-io";
repo = "n8n";
tag = "n8n@${finalAttrs.version}";
hash = "sha256-0EzRLbt7mYD0/IlzxH8e6VTzMR5n8UyzOOm+UA1GgqE=";
hash = "sha256-O76Incx2RMzTRIWncJa6D+5rYqFSZVVpvELJPKtuItM=";
};
pnpmDeps = fetchPnpmDeps {