summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-03-28 16:50:44 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-03-28 17:01:44 +0000
commita80eb80b319d060da8f730506b0107fa6023833d (patch)
tree87d2987ff02e3ef869e405b61dff31819b4e8071 /pkgs/development/ocaml-modules
parentb31f43d7c6202e71642f69b8cb1350c1900cf69a (diff)
downloadnixlib-a80eb80b319d060da8f730506b0107fa6023833d.tar
nixlib-a80eb80b319d060da8f730506b0107fa6023833d.tar.gz
nixlib-a80eb80b319d060da8f730506b0107fa6023833d.tar.bz2
nixlib-a80eb80b319d060da8f730506b0107fa6023833d.tar.lz
nixlib-a80eb80b319d060da8f730506b0107fa6023833d.tar.xz
nixlib-a80eb80b319d060da8f730506b0107fa6023833d.tar.zst
nixlib-a80eb80b319d060da8f730506b0107fa6023833d.zip
ocamlPackages.cstruct: 2.3.0 -> 2.3.2
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/cstruct/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/cstruct/default.nix b/pkgs/development/ocaml-modules/cstruct/default.nix
index eb148311be0b..0278b0f26558 100644
--- a/pkgs/development/ocaml-modules/cstruct/default.nix
+++ b/pkgs/development/ocaml-modules/cstruct/default.nix
@@ -6,7 +6,7 @@ assert stdenv.lib.versionAtLeast ocaml.version "4.01";
 
 let param =
   if stdenv.lib.versionAtLeast ocaml.version "4.02"
-  then { version = "2.3.0"; sha256 = "19spsgkry41dhsbm6ij71kws90bqp7wiggc6lsqdl43xxvbgdmys"; }
+  then { version = "2.3.2"; sha256 = "1fykack86hvvqhwngddyxxqlwm3xjljfaszsjbdrvjlrd1nlg079"; }
   else { version = "1.9.0"; sha256 = "1c1j21zgmxi9spq23imy7byn50qr7hlds1cfpzxlsx9dp309jngy"; };
 in