n8n: n8n@2.4.7 -> n8n@2.4.8
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 2m29s

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

Changelog: https://github.com/n8n-io/n8n/releases/tag/n8n@n8n@2.4.8
This commit is contained in:
nix-update bot
2026-01-30 03:03:30 +01:00
parent 12e8baadf2
commit f203bb7463

View File

@@ -18,13 +18,13 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "n8n"; pname = "n8n";
version = "n8n@2.4.7"; version = "n8n@2.4.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "n8n-io"; owner = "n8n-io";
repo = "n8n"; repo = "n8n";
tag = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-GqXoHen25JGRXhxm2cX/fD+UfeGm7uqsp/tAZCMBt+E="; hash = "sha256-wl9+LluC35DbXhqzTpfCJwIRM6ZjMW+r6hDgjrZeJ2M=";
}; };
pnpmDeps = fetchPnpmDeps { pnpmDeps = fetchPnpmDeps {