pnpm.fetchDeps: allow overriding the hash using .override (#407784)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
}:
|
||||
|
||||
{
|
||||
fetchDeps =
|
||||
fetchDeps = lib.makeOverridable (
|
||||
{
|
||||
hash ? "",
|
||||
pname,
|
||||
@@ -120,7 +120,8 @@
|
||||
}
|
||||
// hash'
|
||||
)
|
||||
);
|
||||
)
|
||||
);
|
||||
|
||||
configHook = makeSetupHook {
|
||||
name = "pnpm-config-hook";
|
||||
|
||||
Reference in New Issue
Block a user