We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b523c0d + a01bc85 commit b7e838fCopy full SHA for b7e838f
pkgs/by-name/n8/n8n/package.nix
@@ -18,18 +18,18 @@
18
19
stdenv.mkDerivation (finalAttrs: {
20
pname = "n8n";
21
- version = "1.60.1";
+ version = "1.61.0";
22
23
src = fetchFromGitHub {
24
owner = "n8n-io";
25
repo = "n8n";
26
rev = "n8n@${finalAttrs.version}";
27
- hash = "sha256-G//+9Mucm/yH8XlA8/OO09lg9mKlo1S+Pyfmsp5MQhk=";
+ hash = "sha256-9hIwpid/uly7wUcrBgLkSw+Aah8OQ66MgrMQbs/5v1Y=";
28
};
29
30
pnpmDeps = pnpm.fetchDeps {
31
inherit (finalAttrs) pname version src;
32
- hash = "sha256-61xRNwJUFQrj7aw/+SqMABb8W+sJsVZ6aTgU9N7ssDo=";
+ hash = "sha256-OUZpPXXGWW7ceWxpHqjQolCr+OVeVO4DgRwsU8VvgWo=";
33
34
35
nativeBuildInputs = [
0 commit comments