File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 679
679
githubId = 25004152;
680
680
name = "Adrian Gunnar Lauterer";
681
681
};
682
+ AdrienLemaire = {
683
+
684
+ github = "AdrienLemaire";
685
+ githubId = 260983;
686
+ name = "Adrien Lemaire";
687
+ };
682
688
AdsonCicilioti = {
683
689
name = "Adson Cicilioti";
684
690
Original file line number Diff line number Diff line change 17
17
18
18
stdenv . mkDerivation ( finalAttrs : {
19
19
pname = "n8n" ;
20
- version = "1.100.1 " ;
20
+ version = "1.103.0 " ;
21
21
22
22
src = fetchFromGitHub {
23
23
owner = "n8n-io" ;
24
24
repo = "n8n" ;
25
25
tag = "n8n@${ finalAttrs . version } " ;
26
- hash = "sha256-S5GGJRLTpr1HfXnXRXO6hcVjgjRWvbknABEsGkTq428 =" ;
26
+ hash = "sha256-3Dob4GLTyM6QbdWQBIfC/5rSlM1olYsAFwHS3zwxCj0 =" ;
27
27
} ;
28
28
29
29
pnpmDeps = pnpm_10 . fetchDeps {
30
30
inherit ( finalAttrs ) pname version src ;
31
31
fetcherVersion = 1 ;
32
- hash = "sha256-HzJej2Mt110n+1KX0wzuAn6j69zQOzI42EGxQB6PYbc =" ;
32
+ hash = "sha256-LierbGPkVIy5/2vtBl94TQcSpmNX9OUDMntDdo5BeiU =" ;
33
33
} ;
34
34
35
35
nativeBuildInputs =
@@ -113,6 +113,7 @@ stdenv.mkDerivation (finalAttrs: {
113
113
changelog = "https://github.com/n8n-io/n8n/releases/tag/n8n@${ finalAttrs . version } " ;
114
114
maintainers = with lib . maintainers ; [
115
115
gepbird
116
+ AdrienLemaire
116
117
] ;
117
118
license = lib . licenses . sustainableUse ;
118
119
mainProgram = "n8n" ;
You can’t perform that action at this time.
0 commit comments