Unverified Commit 0d72d6d5 authored by lassulus's avatar lassulus Committed by GitHub
Browse files

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

parents 00cec70d a8b3c34d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
}:

{
  fetchDeps =
  fetchDeps = lib.makeOverridable (
    {
      hash ? "",
      pname,
@@ -120,6 +120,7 @@
        }
        // hash'
      )
    )
  );

  configHook = makeSetupHook {