mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
beam.beamLib.callLFE: support hash xor sha256
This commit is contained in:
parent
a594d95f9e
commit
d82ece4de7
@ -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 ? []
|
||||
}:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user