feat: nix: use updated pnpm fetcher version
see: https://nixos.org/manual/nixpkgs/stable/#javascript-pnpm-fetcherVersion
This commit is contained in:
parent
8a9235836a
commit
1eaf3abe21
1 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,8 @@ in
|
|||
|
||||
pnpmDeps = pnpm_10.fetchDeps {
|
||||
inherit pname version src;
|
||||
hash = "sha256-GNSpFqPobX6MDPUXxz2XwdZ2Wt7boN8aok52pGgpGoM=";
|
||||
fetcherVersion = 2;
|
||||
hash = "sha256-zK9yxTHgtZ8ybVsjmY/ZoScOWu5kpvEL6pVdpQZOYA8=";
|
||||
};
|
||||
|
||||
buildPhase = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue