Skip to content

Commit 459a195

Browse files
authored
n8n: 1.75.2 -> 1.91.0 (#403934)
2 parents 8bddc00 + 9cf2cf9 commit 459a195

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkgs/by-name/n8/n8n/package.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
nixosTests,
55
fetchFromGitHub,
66
nodejs,
7-
pnpm_9,
7+
pnpm_10,
88
python3,
99
node-gyp,
1010
cctools,
@@ -17,23 +17,23 @@
1717

1818
stdenv.mkDerivation (finalAttrs: {
1919
pname = "n8n";
20-
version = "1.75.2";
20+
version = "1.91.0";
2121

2222
src = fetchFromGitHub {
2323
owner = "n8n-io";
2424
repo = "n8n";
2525
tag = "n8n@${finalAttrs.version}";
26-
hash = "sha256-fIdwciI4QUNr2wNWiq7qT4c6aZeUnkaVhSkIgFO4Svw=";
26+
hash = "sha256-YbN1i1c/AhLczpX5Zp3x+4mX0R6pwre47Pr5/YzzhYw=";
2727
};
2828

29-
pnpmDeps = pnpm_9.fetchDeps {
29+
pnpmDeps = pnpm_10.fetchDeps {
3030
inherit (finalAttrs) pname version src;
31-
hash = "sha256-rtXTAHZUeitQFTa1Tw6l4el+xWD2hLT+2wu2LXW80cE=";
31+
hash = "sha256-tYUbCAb2FI9NXyViDEYcpOST2LwZGx66Zwqy9sl2V1A=";
3232
};
3333

3434
nativeBuildInputs =
3535
[
36-
pnpm_9.configHook
36+
pnpm_10.configHook
3737
python3 # required to build sqlite3 bindings
3838
node-gyp # required to build sqlite3 bindings
3939
makeWrapper

0 commit comments

Comments
 (0)