build: bump fetcherVersion 2 -> 3 to skip deprecation

This commit is contained in:
Padreug 2026-05-23 11:03:20 +02:00
commit 3e0b1ed073

View file

@ -21,7 +21,7 @@ let
pnpmDeps = pkgs.fetchPnpmDeps {
inherit (finalAttrs) pname version src;
hash = cfg.pnpmDepsHash;
fetcherVersion = 2;
fetcherVersion = 3;
};
nativeBuildInputs = [ pkgs.nodejs_20 pkgs.pnpmConfigHook ];