about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2018-08-06 12:09:44 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2018-08-14 07:48:39 +0000
commit2aae0c04422418d170f24ae90f2f523682de264e (patch)
tree9fbbb349166a58bc2e0aecf4c3b471721a9fcebf /pkgs/development/ocaml-modules/janestreet
parent72d1be9b96b098f6a6f83b509374618ff6c6b0d3 (diff)
downloadnixlib-2aae0c04422418d170f24ae90f2f523682de264e.tar
nixlib-2aae0c04422418d170f24ae90f2f523682de264e.tar.gz
nixlib-2aae0c04422418d170f24ae90f2f523682de264e.tar.bz2
nixlib-2aae0c04422418d170f24ae90f2f523682de264e.tar.lz
nixlib-2aae0c04422418d170f24ae90f2f523682de264e.tar.xz
nixlib-2aae0c04422418d170f24ae90f2f523682de264e.tar.zst
nixlib-2aae0c04422418d170f24ae90f2f523682de264e.zip
ocamlPackages.async_extra: 0.11.0 -> 0.11.1
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/default.nix b/pkgs/development/ocaml-modules/janestreet/default.nix
index 65e917fc647c..86acc242bd1a 100644
--- a/pkgs/development/ocaml-modules/janestreet/default.nix
+++ b/pkgs/development/ocaml-modules/janestreet/default.nix
@@ -370,8 +370,9 @@ rec {
   };
 
   async_extra = janePackage {
+    version = "0.11.1";
     name = "async_extra";
-    hash = "1qac95zlvq34fh2wbwbw0vdzxnba6si8lkal7n09y2lzpwvsifx3";
+    hash = "0dmplvqf41820rm5i0l9bx1xmmdlq8zsszi36y2rkjna8991f7s2";
     propagatedBuildInputs = [ async_rpc_kernel async_unix ];
     meta.description = "Jane Street's asynchronous execution library (extra)";
   };