Skip to content

Commit 56262f8

Browse files
committed
n8n: 1.100.1 -> 1.103.0
1 parent ec75587 commit 56262f8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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)