Skip to content

Commit

Permalink
ocamlPackages.cohttp{,-lwt,-lwt-unix}: 2.5.1 → 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sternenseemann authored and vbgl committed Aug 14, 2020
1 parent 177389f commit cb2d328
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/ocaml-modules/cohttp/default.nix
Expand Up @@ -5,11 +5,13 @@

buildDunePackage rec {
pname = "cohttp";
version = "2.5.1";
version = "2.5.4";

minimumOCamlVersion = "4.04.1";

src = fetchurl {
url = "https://github.com/mirage/ocaml-cohttp/releases/download/v${version}/cohttp-v${version}.tbz";
sha256 = "0im91mi3nxzqfd7fs5r0zg5gsparfnf5zaz13mpw247hkd3y3396";
sha256 = "1q04spmki5zis5p5m1vs77i3k7ijm134j62g61071vblwx25z17a";
};

buildInputs = [ jsonm ppx_fields_conv ppx_sexp_conv ];
Expand Down

0 comments on commit cb2d328

Please sign in to comment.