Skip to content

Commit

Permalink
n8n: 1.61.0 -> 1.64.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Oct 22, 2024
1 parent 4541db9 commit 4438a9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/n8/n8n/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@

stdenv.mkDerivation (finalAttrs: {
pname = "n8n";
version = "1.61.0";
version = "1.64.1";

src = fetchFromGitHub {
owner = "n8n-io";
repo = "n8n";
rev = "n8n@${finalAttrs.version}";
hash = "sha256-9hIwpid/uly7wUcrBgLkSw+Aah8OQ66MgrMQbs/5v1Y=";
hash = "sha256-1j5o/tD9PrPPFLbbNGxTyvn3/DmMMmHxlCQVdvIkjPs=";
};

pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-lZLWqlR6xq7DYpnydgJK8gL7WdfZcRU+8Autzh6e7kY=";
hash = "sha256-RnzYulZjtn3FR0y0dOX0VJG0YRdGtHwgINWeEnM0tyQ=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 4438a9d

Please sign in to comment.