summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/ctypes
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-04-12 17:11:18 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2020-04-13 11:42:08 +0200
commit26f39e533d9a2c4848907a59d559458828157112 (patch)
tree8445411de1f5d714c76bfabe5e4408ae6457fd46 /pkgs/development/ocaml-modules/ctypes
parentca7be74a53ebaf817a63fda459d2af622706acc4 (diff)
ocamlPackages.ctypes: 0.17.1 → 0.16.0
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 8a16dcec343b..e541f0741a6e 100644
--- a/pkgs/development/ocaml-modules/ctypes/default.nix
+++ b/pkgs/development/ocaml-modules/ctypes/default.nix
@@ -6,11 +6,11 @@ else
stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-ctypes-${version}";
- version = "0.17.1";
+ version = "0.16.0";
src = fetchzip {
url = "https://github.com/ocamllabs/ocaml-ctypes/archive/${version}.tar.gz";
- sha256 = "16brmdnz7wi2z25qqhd5s5blyq4app6jbv6g9pa4vyg6h0nzbcys";
+ sha256 = "0qh2gfx5682wkk2nm1ybspzz9c2xvlnnf6iv08a89kbwa1hvdqrg";
};
nativeBuildInputs = [ pkgconfig ];