Skip to content

Commit b4f0916

Browse files
authored
n8n: 1.100.1 -> 1.103.0 (#425104)
2 parents 7c7a170 + 56262f8 commit b4f0916

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

maintainers/maintainer-list.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,12 @@
679679
githubId = 25004152;
680680
name = "Adrian Gunnar Lauterer";
681681
};
682+
AdrienLemaire = {
683+
email = "[email protected]";
684+
github = "AdrienLemaire";
685+
githubId = 260983;
686+
name = "Adrien Lemaire";
687+
};
682688
AdsonCicilioti = {
683689
name = "Adson Cicilioti";
684690
email = "[email protected]";

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717

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

2222
src = fetchFromGitHub {
2323
owner = "n8n-io";
2424
repo = "n8n";
2525
tag = "n8n@${finalAttrs.version}";
26-
hash = "sha256-S5GGJRLTpr1HfXnXRXO6hcVjgjRWvbknABEsGkTq428=";
26+
hash = "sha256-3Dob4GLTyM6QbdWQBIfC/5rSlM1olYsAFwHS3zwxCj0=";
2727
};
2828

2929
pnpmDeps = pnpm_10.fetchDeps {
3030
inherit (finalAttrs) pname version src;
3131
fetcherVersion = 1;
32-
hash = "sha256-HzJej2Mt110n+1KX0wzuAn6j69zQOzI42EGxQB6PYbc=";
32+
hash = "sha256-LierbGPkVIy5/2vtBl94TQcSpmNX9OUDMntDdo5BeiU=";
3333
};
3434

3535
nativeBuildInputs =
@@ -113,6 +113,7 @@ stdenv.mkDerivation (finalAttrs: {
113113
changelog = "https://github.com/n8n-io/n8n/releases/tag/n8n@${finalAttrs.version}";
114114
maintainers = with lib.maintainers; [
115115
gepbird
116+
AdrienLemaire
116117
];
117118
license = lib.licenses.sustainableUse;
118119
mainProgram = "n8n";

0 commit comments

Comments
 (0)