cohttp: 0.17.1 -> 0.19.3
This commit is contained in:
parent
a14c867d62
commit
f5e731168b
|
@ -4,13 +4,13 @@
|
||||||
|
|
||||||
buildOcaml rec {
|
buildOcaml rec {
|
||||||
name = "cohttp";
|
name = "cohttp";
|
||||||
version = "0.17.1";
|
version = "0.19.3";
|
||||||
|
|
||||||
minimumSupportedOcamlVersion = "4.02";
|
minimumSupportedOcamlVersion = "4.02";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/mirage/ocaml-cohttp/archive/v${version}.tar.gz";
|
url = "https://github.com/mirage/ocaml-cohttp/archive/v${version}.tar.gz";
|
||||||
sha256 = "fb124fb2fb5ff2e74559bf380627f6a537e208c1518ddcb01f0d37b62b55f673";
|
sha256 = "1nrzpd4h52c1hnzcgsz462676saj9zss708ng001h54dglk8i1iv";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ alcotest ];
|
buildInputs = [ alcotest ];
|
||||||
|
|
Loading…
Reference in New Issue