1{ lib, buildHex }:
2
3buildHex {
4 name = "pc";
5 version = "1.15.0";
6 sha256 = "sha256-TA+tT2Q3yuNT1RfaIY/ng0e4/6RLmBeIdJTKquVFlbM=";
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}