fix(n8n): resolve nix-update hash prefetch failure

- Remove --pure from nix-shell shebang to allow network access
- Add --flake --system x86_64-linux for proper flake evaluation
- Navigate to nixpkgs root before running nix-update
- Also bump version 2.17.5 -> 2.17.8
This commit is contained in:
2026-04-27 19:32:43 +02:00
parent 95aeff28ad
commit 251a6892a3
2 changed files with 21 additions and 5 deletions

View File

@@ -26,13 +26,13 @@
in
stdenv.mkDerivation (finalAttrs: {
pname = "n8n";
version = "2.17.5";
version = "2.17.8";
src = fetchFromGitHub {
owner = "n8n-io";
repo = "n8n";
tag = "n8n@${finalAttrs.version}";
hash = "sha256-JwPrQOohXXeuUEcr5S+41ZElBJ3TxR3cgT45CjbzyR4=";
hash = "sha256-+Fr7zYca4+3R9J77TkHTGki8oz4FrE9MNsxOaDCF2GM=";
};
pnpmDeps = fetchPnpmDeps {