diff --git a/pkgs/n8n/default.nix b/pkgs/n8n/default.nix index 730627d..96f24a3 100644 --- a/pkgs/n8n/default.nix +++ b/pkgs/n8n/default.nix @@ -18,20 +18,20 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "n8n"; - version = "n8n@2.8.1"; + version = "n8n@2.7.5"; src = fetchFromGitHub { owner = "n8n-io"; repo = "n8n"; tag = finalAttrs.version; - hash = "sha256-Rx/wjNWHcGmsnw7KU/uh1GaXZA6WhRyip16+iji5bO8="; + hash = "sha256-tyTMlLqvI8i9WJa5J45q/ciD2EXtOwEnSoQ9VefKxO4="; }; pnpmDeps = fetchPnpmDeps { inherit (finalAttrs) pname version src; pnpm = pnpm_10; fetcherVersion = 3; - hash = "sha256-gX4pYiztKIRFbJNZhtQviWpp80teOzX1JaYKylGe4TY="; + hash = "sha256-s6l049slBJCP6qCgY/uLNuIVDNuUmiTUX94sKDi+86g="; }; nativeBuildInputs =