gale: define pnpm fetcherVersion

This commit is contained in:
notohh
2025-07-18 17:20:22 -04:00
parent 94ba2bf023
commit de9abc266d
+1
View File
@@ -35,6 +35,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
pnpmDeps = pnpm_10.fetchDeps {
inherit (finalAttrs) pname version src;
fetcherVersion = 1;
hash = "sha256-QQXP/x7AjDtUpe6h+pC6vUsIAptv1kN/1MJZjHAIdMo=";
};