Unverified Commit 9cf2cf9c authored by Bauke's avatar Bauke
Browse files

n8n: 1.75.2 -> 1.91.0

parent 89635287
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  nixosTests,
  fetchFromGitHub,
  nodejs,
  pnpm_9,
  pnpm_10,
  python3,
  node-gyp,
  cctools,
@@ -17,23 +17,23 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "n8n";
  version = "1.75.2";
  version = "1.91.0";

  src = fetchFromGitHub {
    owner = "n8n-io";
    repo = "n8n";
    tag = "n8n@${finalAttrs.version}";
    hash = "sha256-fIdwciI4QUNr2wNWiq7qT4c6aZeUnkaVhSkIgFO4Svw=";
    hash = "sha256-YbN1i1c/AhLczpX5Zp3x+4mX0R6pwre47Pr5/YzzhYw=";
  };

  pnpmDeps = pnpm_9.fetchDeps {
  pnpmDeps = pnpm_10.fetchDeps {
    inherit (finalAttrs) pname version src;
    hash = "sha256-rtXTAHZUeitQFTa1Tw6l4el+xWD2hLT+2wu2LXW80cE=";
    hash = "sha256-tYUbCAb2FI9NXyViDEYcpOST2LwZGx66Zwqy9sl2V1A=";
  };

  nativeBuildInputs =
    [
      pnpm_9.configHook
      pnpm_10.configHook
      python3 # required to build sqlite3 bindings
      node-gyp # required to build sqlite3 bindings
      makeWrapper