n8n: n8n@2.4.8 -> n8n@2.6.4
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 17s

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

Changelog: https://github.com/n8n-io/n8n/releases/tag/n8n@n8n@2.6.4
This commit is contained in:
nix-update bot
2026-02-09 19:16:43 +01:00
parent de0bdd8ae3
commit 8751ef9b1f

View File

@@ -18,20 +18,20 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "n8n"; pname = "n8n";
version = "n8n@2.4.8"; version = "n8n@2.6.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "n8n-io"; owner = "n8n-io";
repo = "n8n"; repo = "n8n";
tag = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-wl9+LluC35DbXhqzTpfCJwIRM6ZjMW+r6hDgjrZeJ2M="; hash = "sha256-t3zwxyjiocVoq7wbH4WYiUggaZFHlV9/vzrIorH7jPc=";
}; };
pnpmDeps = fetchPnpmDeps { pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src; inherit (finalAttrs) pname version src;
pnpm = pnpm_10; pnpm = pnpm_10;
fetcherVersion = 3; fetcherVersion = 3;
hash = "sha256-QtusZm9WaLMjfopsX4t2WiiU++j3V/PQHbelKubhMII="; hash = "sha256-vjgteuMd+lkEL9vT1Ngndk8G3Ad1esa1NBPpEHBFmDg=";
}; };
nativeBuildInputs = nativeBuildInputs =