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
7 lines
133 B
Nix
7 lines
133 B
Nix
{ buildHex }:
|
|
|
|
buildHex {
|
|
name = "meck";
|
|
version = "0.8.3";
|
|
sha256 = "1dh2rhks1xly4f49x89vbhsk8fgwkx5zqp0n98mnng8rs1rkigak";
|
|
}
|