ocamlPackages.ocp-index: 1.1.8 -> 1.1.9
This commit is contained in:
parent
b0a571b54a
commit
ff43f0a7b5
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
version = "1.1.8";
|
version = "1.1.9";
|
||||||
name = "ocaml${ocaml.version}-ocp-index-${version}";
|
name = "ocaml${ocaml.version}-ocp-index-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "OCamlPro";
|
owner = "OCamlPro";
|
||||||
repo = "ocp-index";
|
repo = "ocp-index";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0hfiwqi60xnwsmj7fmv1sk2gzr6wxdzbgd5zli2xnfrjvb4ydv12";
|
sha256 = "0dq1kap16xfajc6gg9hbiadax782winpvxnr3dkm2ncznnxds37p";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib dune ocp-build cmdliner re ];
|
buildInputs = [ ocaml findlib dune ocp-build cmdliner re ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user