ocamlPackages.cohttp: 1.0.0 -> 1.0.2
This commit is contained in:
parent
a3c143c39c
commit
4ab5d3a1e7
@ -4,14 +4,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.0.0";
|
version = "1.0.2";
|
||||||
name = "ocaml${ocaml.version}-cohttp-${version}";
|
name = "ocaml${ocaml.version}-cohttp-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mirage";
|
owner = "mirage";
|
||||||
repo = "ocaml-cohttp";
|
repo = "ocaml-cohttp";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0h9ak2bvhmcdxickvybpg45il33xszh2ksacpjgqrnnslxnh81ig";
|
sha256 = "0zgn32axmjvkmbvyfkbjcqximzc4zcfxs118b98xyrqnvwb0k7ka";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib jbuilder jsonm ppx_fields_conv ppx_sexp_conv ];
|
buildInputs = [ ocaml findlib jbuilder jsonm ppx_fields_conv ppx_sexp_conv ];
|
||||||
|
Loading…
Reference in New Issue
Block a user