fix: 🐛 Add fetcherVersion to nix build

This commit is contained in:
Jesse Wierzbinski 2025-07-19 04:36:32 +02:00
parent 7f7cf20311
commit 9f5ded75d7
2 changed files with 4 additions and 3 deletions

View file

@ -17,6 +17,7 @@ in
pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
fetcherVersion = 2;
hash = "sha256-Xzkl43wRt7hx5GO36eWyqjigtweKtaDoeyq2tXFivx8=";
};