File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 nixosTests ,
55 fetchFromGitHub ,
66 nodejs ,
7- pnpm_9 ,
7+ pnpm_10 ,
88 python3 ,
99 node-gyp ,
1010 cctools ,
1717
1818stdenv . 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
You can’t perform that action at this time.
0 commit comments