anki-bin: 24.06.3 -> 24.11 (#360722)
[NixPkgs.git] / pkgs / development / beam-modules / pc / default.nix
blob9e03cb08ed288e6bc9c82d9c009b1c9be88980ca
1 { lib, buildHex }:
3 buildHex {
4   name = "pc";
5   version = "1.12.0";
6   sha256 = "1gdvixy4j560qjdiv5qjgnl5wl3rrn231dv1m4vdq4b9l4g4p27x";
8   meta = {
9     description = "Rebar3 port compiler for native code";
10     license = lib.licenses.mit;
11     homepage = "https://github.com/blt/port_compiler";
12   };