1{ lib, buildHex }:
2
3buildHex {
4 name = "pc";
5 version = "1.12.0";
6 sha256 = "1gdvixy4j560qjdiv5qjgnl5wl3rrn231dv1m4vdq4b9l4g4p27x";
7
8 meta = {
9 description = "Rebar3 port compiler for native code";
10 license = lib.licenses.mit;
11 homepage = "https://github.com/blt/port_compiler";
12 };
13}