about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2016-12-20 04:10:05 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2016-12-20 04:10:05 +0000
commit1b79847e75847686d04f135aaf6dac8cf797d080 (patch)
tree44ec9a1e555e14fefaa8e50ef713041cbd0f996a /pkgs/development/ocaml-modules
parentf3b65f67d98a2e67c739d4b76b3340eda1dd06f4 (diff)
downloadnixlib-1b79847e75847686d04f135aaf6dac8cf797d080.tar
nixlib-1b79847e75847686d04f135aaf6dac8cf797d080.tar.gz
nixlib-1b79847e75847686d04f135aaf6dac8cf797d080.tar.bz2
nixlib-1b79847e75847686d04f135aaf6dac8cf797d080.tar.lz
nixlib-1b79847e75847686d04f135aaf6dac8cf797d080.tar.xz
nixlib-1b79847e75847686d04f135aaf6dac8cf797d080.tar.zst
nixlib-1b79847e75847686d04f135aaf6dac8cf797d080.zip
ocamlPackages.containers: 0.20 -> 0.22
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/containers/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/containers/default.nix b/pkgs/development/ocaml-modules/containers/default.nix
index 19d91e44dcde..2e56635f3600 100644
--- a/pkgs/development/ocaml-modules/containers/default.nix
+++ b/pkgs/development/ocaml-modules/containers/default.nix
@@ -6,7 +6,7 @@ let
   mkpath = p:
       "${p}/lib/ocaml/${ocaml.version}/site-lib";
 
-  version = "0.20";
+  version = "0.22";
 
 in
 
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
     owner = "c-cube";
     repo = "ocaml-containers";
     rev = "${version}";
-    sha256 = "1gwflgdbvj293cwi434aafrsgpdgj2sv7r1ghm4l4k5xn17l0qzg";
+    sha256 = "1kbf865z484z9nxskmg150xhfspikkvsxk0wbry5vvczqr63cwhq";
   };
 
   buildInputs = [ ocaml findlib ocamlbuild cppo gen sequence qtest ounit ocaml_oasis qcheck ];