From a3c820d79c60e64e19ffc2807ae5475f1107419e Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Wed, 19 Sep 2018 16:50:21 +0000 Subject: [PATCH] ocamlPackages.cohttp: 1.0.2 -> 1.1.1 --- pkgs/development/ocaml-modules/cohttp/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/cohttp/default.nix b/pkgs/development/ocaml-modules/cohttp/default.nix index 79dc919556a..0508f2b74f7 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 ];