aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/ctypes
diff options
context:
space:
mode:
authorMatthew Maurer <matthew.r.maurer@gmail.com>2017-01-25 02:01:53 -0500
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-03-30 01:02:51 +0000
commit24c616c4b67b0be370938868ca2f995ee651ace7 (patch)
tree500cb451478632ba49087927527975b82303251b /pkgs/development/ocaml-modules/ctypes
parentadb460b30f161a223e82efdfa9d341f78f560daf (diff)
ctypes: 0.4.1 -> 0.11.2
Diffstat (limited to 'pkgs/development/ocaml-modules/ctypes')
-rw-r--r--pkgs/development/ocaml-modules/ctypes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/ctypes/default.nix b/pkgs/development/ocaml-modules/ctypes/default.nix
index e64310f6db8d..aaddc7b08d5d 100644
--- a/pkgs/development/ocaml-modules/ctypes/default.nix
+++ b/pkgs/development/ocaml-modules/ctypes/default.nix
@@ -2,13 +2,13 @@
buildOcaml rec {
name = "ctypes";
- version = "0.4.1";
+ version = "0.11.2";
minimumSupportedOcamlVersion = "4";
src = fetchurl {
url = "https://github.com/ocamllabs/ocaml-ctypes/archive/${version}.tar.gz";
- sha256 = "74564e049de5d3c0e76ea284c225cb658ac1a2b483345be1efb9be4b3c1702f5";
+ sha256 = "1ml80i8j5lpg3qwc074fks2hgxjq5cfdm9r6cznv605s05ajr3kh";
};
buildInputs = [ ncurses pkgconfig ];