n8n: n8n@2.4.6 -> n8n@2.4.7
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 9m48s

Diff: https://github.com/n8n-io/n8n/compare/n8n@2.4.6...n8n@2.4.7

Changelog: https://github.com/n8n-io/n8n/releases/tag/n8n@n8n@2.4.7
This commit is contained in:
nix-update bot
2026-01-29 15:03:48 +01:00
parent a8700a6e8c
commit 4232a5ccc9

View File

@@ -18,13 +18,13 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "n8n"; pname = "n8n";
version = "n8n@2.4.6"; version = "n8n@2.4.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "n8n-io"; owner = "n8n-io";
repo = "n8n"; repo = "n8n";
tag = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-9oJvi/Q2VwG2sVuWQXCBrAPVV03d89//78bOFN0IwLU="; hash = "sha256-GqXoHen25JGRXhxm2cX/fD+UfeGm7uqsp/tAZCMBt+E=";
}; };
pnpmDeps = fetchPnpmDeps { pnpmDeps = fetchPnpmDeps {