beam.beamLib.callLFE: support hash xor sha256

This commit is contained in:
Eric Bailey 2024-01-31 21:47:13 -06:00
parent a594d95f9e
commit d82ece4de7

View File

@ -3,9 +3,10 @@
{ baseName ? "lfe"
, version
, maximumOTPVersion
, sha256 ? null
, sha256 ? ""
, hash ? ""
, rev ? version
, src ? fetchFromGitHub { inherit rev sha256; owner = "lfe"; repo = "lfe"; }
, src ? fetchFromGitHub { inherit hash rev sha256; owner = "lfe"; repo = "lfe"; }
, patches ? []
}: