fixed n8n pnpm hash
Some checks failed
Update Nix Packages with nix-update / nix-update (push) Failing after 29s

This commit is contained in:
m3tm3re
2026-01-14 20:53:10 +01:00
parent 60388970e0
commit 52d8cdee11
3 changed files with 3 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
inherit (finalAttrs) pname version src;
pnpm = pnpm_10;
fetcherVersion = 3;
hash = "sha256-M/HXRii4FotDC/xIa6DVlY13rCHMq7oZNtPi7hvDXik=";
hash = "sha256-Q30IuFEQD3896Hg0HCLd38YE2i8fJn74JY0o95LKJis=";
};
nativeBuildInputs =