n8n: 2.34.5 -> 2.35.4

This commit is contained in:
m3tam3re
2026-08-19 19:12:19 +02:00
parent b8b541c332
commit cc00c771c9
+3 -3
View File
@@ -6,20 +6,20 @@
# been removed.
in
prev.n8n.overrideAttrs (finalAttrs: previousAttrs: {
version = "2.34.5";
version = "2.35.4";
src = prev.fetchFromGitHub {
owner = "n8n-io";
repo = "n8n";
tag = "n8n@${finalAttrs.version}";
hash = "sha256-HxuHzG1Hlw9WaYD9IRCZW6vuZIsBzmAInE5uC49ty7M=";
hash = "sha256-A2whTvIm0rZAo96RNwxBIG1AE+6hWdH8V/LDemFQ/40=";
};
pnpmDeps = prev.fetchPnpmDeps {
inherit (finalAttrs) pname version src;
pnpm = prev.pnpm_10;
fetcherVersion = 3;
hash = "sha256-Y6/cuoGvHVJhGTQdfUSOTIKM6vuRekV+UAyUkgsIepo=";
hash = "sha256-VUmhA8X753rxKhXq9gZwb5yp1Eg486z1viOoN0anmcg=";
};
preBuild =