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
137 B
Nix
8 lines
137 B
Nix
{ buildHex }:
|
|
|
|
buildHex {
|
|
name = "ibrowse";
|
|
version = "4.2.2";
|
|
sha256 = "1bn0645n95j5zypdsns1w4kgd3q9lz8fj898hg355j5w89scn05q";
|
|
}
|
|
|