ocamlPackages.cohttp*: 5.0.0 -> 5.1.0

This commit is contained in:
Niols 2023-04-17 14:55:09 +01:00
parent f00994e78c
commit 3365aa18eb
No known key found for this signature in database
GPG key ID: 0B4EB01A5527EA54

View file

@ -6,14 +6,14 @@
buildDunePackage rec {
pname = "cohttp";
version = "5.0.0";
version = "5.1.0";
minimalOCamlVersion = "4.08";
duneVersion = "3";
src = fetchurl {
url = "https://github.com/mirage/ocaml-cohttp/releases/download/v${version}/cohttp-${version}.tbz";
sha256 = "sha256-/W/0uGyBg1XWGzoIYoWW2/UX1qfabo7exIG7BlPKWgU=";
url = "https://github.com/mirage/ocaml-cohttp/releases/download/v${version}/cohttp-v${version}.tbz";
sha256 = "sha256-mINgeBO7DSsWd84gYjQNUQFqbh8KBZ+S2bYI/iVWMAc=";
};
buildInputs = [ jsonm ppx_sexp_conv ];