chore: update n8n, openwork, vibetyper

This commit is contained in:
m3tam3re
2026-06-19 14:32:38 +02:00
parent 5aa54c6e34
commit 96f5d7f378
4 changed files with 7 additions and 81 deletions
+3 -3
View File
@@ -26,20 +26,20 @@
in
stdenv.mkDerivation (finalAttrs: {
pname = "n8n";
version = "2.25.7";
version = "2.26.7";
src = fetchFromGitHub {
owner = "n8n-io";
repo = "n8n";
tag = "n8n@${finalAttrs.version}";
hash = "sha256-V8CqEzCw4DcLPCao4HRXrJXFeID2+Ef8fNW1xd1b8Vs=";
hash = "sha256-vvurBxJSPqcHuUt1Qh48me+/+nW9Xg+39vRf5vKg6Wc=";
};
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
pnpm = pnpm_10;
fetcherVersion = 3;
hash = "sha256-JS4OY6CmihsbJRyPszSlNUEViFKfLm2vu+G2upIoLW8=";
hash = "sha256-fEJuVK2ovk1DDKdNXPFGGLfYXL11oYLKSdtfzfKFcr4=";
};
nativeBuildInputs =