ocamlPackages.cohttp: 0.99 => 1.0.0

ocamlPackages.git-http: mark as broken
This commit is contained in:
Michiel Leenaars 2017-11-18 23:55:53 +00:00 committed by Vincent Laporte
parent 3501d81585
commit b2d90f1d64
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
2 changed files with 3 additions and 2 deletions

View File

@ -4,14 +4,14 @@
}:
stdenv.mkDerivation rec {
version = "0.99.0";
version = "1.0.0";
name = "ocaml${ocaml.version}-cohttp-${version}";
src = fetchFromGitHub {
owner = "mirage";
repo = "ocaml-cohttp";
rev = "v${version}";
sha256 = "0y8qhzfwrc6486apmp2rsj822cnfhnz4w8rsb52w5wqmsgjxx1bj";
sha256 = "0h9ak2bvhmcdxickvybpg45il33xszh2ksacpjgqrnnslxnh81ig";
};
buildInputs = [ ocaml findlib jbuilder jsonm ppx_fields_conv ppx_sexp_conv ];

View File

@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
meta = {
description = "Client implementation of the Smart HTTP Git protocol in pure OCaml";
inherit (git.meta) homepage license maintainers platforms;
broken = true;
};
}