about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/conduit
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-07-01 09:46:06 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-07-01 11:52:18 +0000
commit352d487101eded14fd4f592f4d4909017187f0d6 (patch)
treeb2c3cf743e5548de3edc9ae6892bb5fb25ef7348 /pkgs/development/ocaml-modules/conduit
parent8fd3645e1b806cf89d705208e45acd8d7a215a82 (diff)
downloadnixlib-352d487101eded14fd4f592f4d4909017187f0d6.tar
nixlib-352d487101eded14fd4f592f4d4909017187f0d6.tar.gz
nixlib-352d487101eded14fd4f592f4d4909017187f0d6.tar.bz2
nixlib-352d487101eded14fd4f592f4d4909017187f0d6.tar.lz
nixlib-352d487101eded14fd4f592f4d4909017187f0d6.tar.xz
nixlib-352d487101eded14fd4f592f4d4909017187f0d6.tar.zst
nixlib-352d487101eded14fd4f592f4d4909017187f0d6.zip
ocamlPackages.conduit: 0.8.3 -> 0.10.0
Diffstat (limited to 'pkgs/development/ocaml-modules/conduit')
-rw-r--r--pkgs/development/ocaml-modules/conduit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/conduit/default.nix b/pkgs/development/ocaml-modules/conduit/default.nix
index d1da95ffaa1c..4d1c43e0ae18 100644
--- a/pkgs/development/ocaml-modules/conduit/default.nix
+++ b/pkgs/development/ocaml-modules/conduit/default.nix
@@ -5,11 +5,11 @@
 
 buildOcaml rec {
   name = "conduit";
-  version = "0.8.3";
+  version = "0.10.0";
 
   src = fetchurl {
     url = "https://github.com/mirage/ocaml-conduit/archive/v${version}.tar.gz";
-    sha256 = "5cf1a46aa0254345e5143feebe6b54bdef96314e9987f44e69f24618d620faa1";
+    sha256 = "1jz2skzsyg0axlkk9s6ahfblfrjx599wisyfs0cvn5dik9jqjadh";
   };
 
   propagatedBuildInputs = [ sexplib_p4 stringext uri_p4 cstruct ipaddr_p4 ];