pnpm.fetchDeps: allow overriding the hash using .override (#407784)

This commit is contained in:
lassulus
2025-05-21 11:51:39 +02:00
committed by GitHub
@@ -11,7 +11,7 @@
}:
{
fetchDeps =
fetchDeps = lib.makeOverridable (
{
hash ? "",
pname,
@@ -120,7 +120,8 @@
}
// hash'
)
);
)
);
configHook = makeSetupHook {
name = "pnpm-config-hook";