chore: add pnpm.fetcherVersion

This commit is contained in:
Aarnav Tale
2025-08-20 10:11:44 -04:00
parent 97e2557710
commit 7adacae940
+1
View File
@@ -24,6 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
pnpmDeps = pnpm_10.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-xjjkqbgjYaAGYAmlTFE+Lq3Hp6myZKaW3br0YTDNhQA=";
fetcherVersion = 1;
};
buildPhase = ''