aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/ctypes
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-28 21:13:34 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-12-01 23:24:17 -0800
commit6f850ae44596d39c474e21527504e74bdff25a34 (patch)
tree8947b17574bb444dd1cbaa9aa1b3954e62866b50 /pkgs/development/ocaml-modules/ctypes
parent20c4760d58103244fdd10eaf20d77c1e58aae444 (diff)
ocamlPackages.ctypes: 0.16.0 -> 0.17.1
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 e541f0741a6e..8a16dcec343b 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.16.0";
+ version = "0.17.1";
src = fetchzip {
url = "https://github.com/ocamllabs/ocaml-ctypes/archive/${version}.tar.gz";
- sha256 = "0qh2gfx5682wkk2nm1ybspzz9c2xvlnnf6iv08a89kbwa1hvdqrg";
+ sha256 = "16brmdnz7wi2z25qqhd5s5blyq4app6jbv6g9pa4vyg6h0nzbcys";
};
nativeBuildInputs = [ pkgconfig ];