n8n: 1.95.2 -> 1.97.1 (#416558)

Co-authored-by: gepbird <gutyina.gergo.2@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-14 05:40:25 +00:00 committed by GitHub
commit f117875f61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,18 +17,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "n8n";
version = "1.95.2";
version = "1.97.1";
src = fetchFromGitHub {
owner = "n8n-io";
repo = "n8n";
tag = "n8n@${finalAttrs.version}";
hash = "sha256-MFREFqDuT7xTCOJ6s6bcDG8jjTSckyqJTvAFSukV5x0=";
hash = "sha256-3tQx3yfs4LrNMSzHz4jnUduWu9uagvU8G/aGU22Fxq8=";
};
pnpmDeps = pnpm_10.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-ikGRHuAy9kmpxhu0Aawk6qL2vMYygSgf3YPdfs7OwOM=";
hash = "sha256-yO5wOGCZmpiBRuw7wwi1YqllzYPIwLv2SEvWwNufNYM=";
};
nativeBuildInputs =