Skip to content

Commit 611c3b6

Browse files
authored
n8n: 2.4.4 -> 2.4.6 (NixOS#484604)
2 parents 1b1a5dd + 36eb210 commit 611c3b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
}:
1919
stdenv.mkDerivation (finalAttrs: {
2020
pname = "n8n";
21-
version = "2.4.4";
21+
version = "2.4.6";
2222

2323
src = fetchFromGitHub {
2424
owner = "n8n-io";
2525
repo = "n8n";
2626
tag = "n8n@${finalAttrs.version}";
27-
hash = "sha256-cp8Wpgocj+wrHwTkTvVyldAn/E9IiYnC65vxAFAG/jg=";
27+
hash = "sha256-9oJvi/Q2VwG2sVuWQXCBrAPVV03d89//78bOFN0IwLU=";
2828
};
2929

3030
pnpmDeps = fetchPnpmDeps {

0 commit comments

Comments
 (0)