n8n: n8n@2.4.4 -> n8n@2.3.6
Some checks failed
Update Nix Packages with nix-update / nix-update (push) Failing after 58s

Diff: https://github.com/n8n-io/n8n/compare/n8n@2.4.4...n8n@2.3.6

Changelog: https://github.com/n8n-io/n8n/releases/tag/n8n@n8n@2.3.6
This commit is contained in:
nix-update bot
2026-01-19 18:27:59 +01:00
parent 35c12f6ddc
commit 754f71e673

View File

@@ -18,20 +18,20 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "n8n";
version = "n8n@2.4.4";
version = "n8n@2.3.6";
src = fetchFromGitHub {
owner = "n8n-io";
repo = "n8n";
tag = finalAttrs.version;
hash = "sha256-cp8Wpgocj+wrHwTkTvVyldAn/E9IiYnC65vxAFAG/jg=";
hash = "sha256-9TGX99elCmB0Y/ttfQrC2HNxyQQcdGIazo8BWqhN634=";
};
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
pnpm = pnpm_10;
fetcherVersion = 3;
hash = "sha256-QtusZm9WaLMjfopsX4t2WiiU++j3V/PQHbelKubhMII=";
hash = "sha256-dSofdsoTERdq28ZGyz+Nza1Y5fnyPcuRIk38WeLqNVE=";
};
nativeBuildInputs =