build: bump fetcherVersion 2 -> 3 to skip deprecation
This commit is contained in:
parent
3cd8f014f7
commit
3e0b1ed073
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ let
|
||||||
pnpmDeps = pkgs.fetchPnpmDeps {
|
pnpmDeps = pkgs.fetchPnpmDeps {
|
||||||
inherit (finalAttrs) pname version src;
|
inherit (finalAttrs) pname version src;
|
||||||
hash = cfg.pnpmDepsHash;
|
hash = cfg.pnpmDepsHash;
|
||||||
fetcherVersion = 2;
|
fetcherVersion = 3;
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgs.nodejs_20 pkgs.pnpmConfigHook ];
|
nativeBuildInputs = [ pkgs.nodejs_20 pkgs.pnpmConfigHook ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue