ocamlPackages.cohttp: 1.0.2 -> 1.1.1

This commit is contained in:
Vincent Laporte 2018-09-19 16:50:21 +00:00
parent 3410dcd90e
commit a3c820d79c
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
1 changed files with 2 additions and 2 deletions

View File

@ -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 ];