fix: Fix Nix hashes
Some checks failed
CodeQL / Analyze (push) Failing after 1s
Deploy to GitHub Pages / build (push) Failing after 0s
Deploy to GitHub Pages / deploy (push) Has been skipped
Docker / build (push) Failing after 0s
Mirror to Codeberg / Mirror (push) Has been cancelled

This commit is contained in:
Jesse Wierzbinski 2026-05-19 19:13:03 +02:00
parent f5918cc7f9
commit eb8ea5edf2
2 changed files with 5 additions and 5 deletions

View file

@ -17,8 +17,8 @@ in
pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
fetcherVersion = 2;
hash = "sha256-bE3RWSojtKeNfy8M3nQB6/bK9qvtldf4erUNvtbC/GY=";
fetcherVersion = 3;
hash = "sha256-cBcHtyffeFIJu7KkotI7aFA0Omlhd3uzE/W3zu/z+mo=";
};
nativeBuildInputs = [