Skip to content

Commit

Permalink
ocamlPackages.cohttp: 0.99 => 1.0.0
Browse files Browse the repository at this point in the history
ocamlPackages.git-http: mark as broken
  • Loading branch information
leenaars authored and vbgl committed Dec 16, 2017
1 parent 3501d81 commit b2d90f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/cohttp/default.nix
Expand Up @@ -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 ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/development/ocaml-modules/git-http/default.nix
Expand Up @@ -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;
};
}

0 comments on commit b2d90f1

Please sign in to comment.