about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/cohttp
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2018-09-19 16:50:21 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2018-09-19 16:50:21 +0000
commita3c820d79c60e64e19ffc2807ae5475f1107419e (patch)
tree0604cd7775d9b8b3983c3a8297b49f3c216247c8 /pkgs/development/ocaml-modules/cohttp
parent3410dcd90e0d1ddcf3e3ec483bab7c0cbfc152c9 (diff)
ocamlPackages.cohttp: 1.0.2 -> 1.1.1
Diffstat (limited to 'pkgs/development/ocaml-modules/cohttp')
-rw-r--r--pkgs/development/ocaml-modules/cohttp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/cohttp/default.nix b/pkgs/development/ocaml-modules/cohttp/default.nix
index 79dc919556ae9..0508f2b74f75c 100644
--- a/pkgs/development/ocaml-modules/cohttp/default.nix
+++ b/pkgs/development/ocaml-modules/cohttp/default.nix
@@ -4,14 +4,14 @@
 }:
 
 stdenv.mkDerivation rec {
-	version = "1.0.2";
+	version = "1.1.1";
 	name = "ocaml${ocaml.version}-cohttp-${version}";
 
 	src = fetchFromGitHub {
 		owner = "mirage";
 		repo = "ocaml-cohttp";
 		rev = "v${version}";
-		sha256 = "0zgn32axmjvkmbvyfkbjcqximzc4zcfxs118b98xyrqnvwb0k7ka";
+		sha256 = "1dzd6vy43b7p9xplzg2whylz5br59zxaqywa14b4l377f31gnwq1";
 	};
 
 	buildInputs = [ ocaml findlib dune jsonm ppx_fields_conv ppx_sexp_conv ];