feat: nix: use updated pnpm fetcher version

see:
https://nixos.org/manual/nixpkgs/stable/#javascript-pnpm-fetcherVersion
This commit is contained in:
Igor Ramazanov
2025-07-28 20:55:06 +00:00
committed by Aarnav Tale
parent 8a9235836a
commit 1eaf3abe21
+2 -1
View File
@@ -28,7 +28,8 @@ in
pnpmDeps = pnpm_10.fetchDeps {
inherit pname version src;
hash = "sha256-GNSpFqPobX6MDPUXxz2XwdZ2Wt7boN8aok52pGgpGoM=";
fetcherVersion = 2;
hash = "sha256-zK9yxTHgtZ8ybVsjmY/ZoScOWu5kpvEL6pVdpQZOYA8=";
};
buildPhase = ''