redis-plus-plus: 1.3.7 -> 1.3.10
[NixPkgs.git] / pkgs / development / beam-modules / pc / default.nix
blob2896a325e0e14d3f059b408dc5599050d8e73d7a
1 { lib, buildHex }:
3 buildHex {
4   name = "pc";
5   version = "1.12.0";
6   sha256 = "1gdvixy4j560qjdiv5qjgnl5wl3rrn231dv1m4vdq4b9l4g4p27x";
8   meta = {
9     description = "a rebar3 port compiler for native code";
10     license = lib.licenses.mit;
11     homepage = "https://github.com/blt/port_compiler";
12   };