Skip to content

Commit

Permalink
n8n: 1.70.1 -> 1.72.1 (NixOS#364897)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 24, 2024
2 parents 5d38469 + 1c8d9dd commit 631ac7f
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.70.1";
version = "1.72.1";

src = fetchFromGitHub {
owner = "n8n-io";
repo = "n8n";
rev = "n8n@${finalAttrs.version}";
hash = "sha256-acbC6MO2wM9NsjqUqcs8jPNHfBg/P0wEYF5MxbnFhQQ=";
hash = "sha256-GIA2y81nuKWe1zuZQ99oczQtQWStyT1Qh3bZ1oe8me4=";
};

pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-h2hIOVK9H5OlyhyyoRs113CbE4z4SIxVVPha0Ia9I4A=";
hash = "sha256-riuN7o+uUXS5G7fMgE7cZhGWHZtGwSHm4CP7G46R5Cw=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 631ac7f

Please sign in to comment.