Skip to content

Commit b7e838f

Browse files
n8n: 1.60.1 -> 1.61.0 (#345596)
2 parents b523c0d + a01bc85 commit b7e838f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818

1919
stdenv.mkDerivation (finalAttrs: {
2020
pname = "n8n";
21-
version = "1.60.1";
21+
version = "1.61.0";
2222

2323
src = fetchFromGitHub {
2424
owner = "n8n-io";
2525
repo = "n8n";
2626
rev = "n8n@${finalAttrs.version}";
27-
hash = "sha256-G//+9Mucm/yH8XlA8/OO09lg9mKlo1S+Pyfmsp5MQhk=";
27+
hash = "sha256-9hIwpid/uly7wUcrBgLkSw+Aah8OQ66MgrMQbs/5v1Y=";
2828
};
2929

3030
pnpmDeps = pnpm.fetchDeps {
3131
inherit (finalAttrs) pname version src;
32-
hash = "sha256-61xRNwJUFQrj7aw/+SqMABb8W+sJsVZ6aTgU9N7ssDo=";
32+
hash = "sha256-OUZpPXXGWW7ceWxpHqjQolCr+OVeVO4DgRwsU8VvgWo=";
3333
};
3434

3535
nativeBuildInputs = [

0 commit comments

Comments
 (0)