2251a942fc
There are some packages on Hex which have custom hex-specific names, but inside there's a base project name. Remove most packages andadd ibrowse, meck, jiffy
8 lines
162 B
Nix
8 lines
162 B
Nix
{ buildHex }:
|
|
|
|
buildHex {
|
|
name = "jiffy";
|
|
version = "0.14.5";
|
|
hexPkg = "barrel_jiffy";
|
|
sha256 = "0iqz8bp0f672c5rfy5dpw9agv2708wzldd00ngbsffglpinlr1wa";
|
|
}
|