ocamlPackages.ctypes: 0.11.2 -> 0.11.5
This commit is contained in:
parent
6a3a4f559b
commit
dd907450fe
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildOcaml rec {
|
buildOcaml rec {
|
||||||
name = "ctypes";
|
name = "ctypes";
|
||||||
version = "0.11.2";
|
version = "0.11.5";
|
||||||
|
|
||||||
minimumSupportedOcamlVersion = "4";
|
minimumSupportedOcamlVersion = "4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/ocamllabs/ocaml-ctypes/archive/${version}.tar.gz";
|
url = "https://github.com/ocamllabs/ocaml-ctypes/archive/${version}.tar.gz";
|
||||||
sha256 = "1ml80i8j5lpg3qwc074fks2hgxjq5cfdm9r6cznv605s05ajr3kh";
|
sha256 = "164gyrs6zxr5pyljwpjgd4knwlrkcmamsq3gvkkkvgf9rmhrl3zf";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ncurses pkgconfig ];
|
buildInputs = [ ncurses pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user