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
commit 0d72d6d5e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@
}:
{
fetchDeps =
fetchDeps = lib.makeOverridable (
{
hash ? "",
pname,
@ -120,7 +120,8 @@
}
// hash'
)
);
)
);
configHook = makeSetupHook {
name = "pnpm-config-hook";