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-05-23 19:17:38 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2016-05-25 11:00:52 +0200
commitf3610087453bf7432756e4eb3c28ea61c5010930 (patch)
treee4501b14b9208daf440d40c372cbacf297c79361 /pkgs/development/ocaml-modules
parent31247bc5931b10054c7b5249cec490d26c75427d (diff)
downloadnixlib-f3610087453bf7432756e4eb3c28ea61c5010930.tar
nixlib-f3610087453bf7432756e4eb3c28ea61c5010930.tar.gz
nixlib-f3610087453bf7432756e4eb3c28ea61c5010930.tar.bz2
nixlib-f3610087453bf7432756e4eb3c28ea61c5010930.tar.lz
nixlib-f3610087453bf7432756e4eb3c28ea61c5010930.tar.xz
nixlib-f3610087453bf7432756e4eb3c28ea61c5010930.tar.zst
nixlib-f3610087453bf7432756e4eb3c28ea61c5010930.zip
ocaml-lwt: 2.5.0 -> 2.5.2
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/lwt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/lwt/default.nix b/pkgs/development/ocaml-modules/lwt/default.nix
index e8cdc180b729..6c0d772650cf 100644
--- a/pkgs/development/ocaml-modules/lwt/default.nix
+++ b/pkgs/development/ocaml-modules/lwt/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchzip, which, cryptopp, ocaml, findlib, ocaml_react, ocaml_ssl, libev, pkgconfig, ncurses, ocaml_oasis, ocaml_text, glib, camlp4, ppx_tools }:
 
 let
-  version = "2.5.0";
+  version = "2.5.2";
   inherit (stdenv.lib) optional getVersion versionAtLeast;
   ocaml_version = getVersion ocaml;
 in
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
 
   src = fetchzip {
     url = "https://github.com/ocsigen/lwt/archive/${version}.tar.gz";
-    sha256 = "0jgg51aqbnia33l7bhgirnfpqybjwzpd85qzzd9znnc1a27gv8vr";
+    sha256 = "0gmhm282r8yi0gwcv0g2s7qchkfjmhqbqf4j9frlyv665ink9kxl";
   };
 
   buildInputs = [ ocaml_oasis pkgconfig which cryptopp ocaml findlib glib ncurses camlp4 ppx_tools ];