Skip to content

Commit

Permalink
ocamlPackages.ocp-index: 1.1.8 -> 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Mar 18, 2019
1 parent b0a571b commit ff43f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/ocaml/ocp-index/default.nix
Expand Up @@ -2,14 +2,14 @@

stdenv.mkDerivation rec {

version = "1.1.8";
version = "1.1.9";
name = "ocaml${ocaml.version}-ocp-index-${version}";

src = fetchFromGitHub {
owner = "OCamlPro";
repo = "ocp-index";
rev = version;
sha256 = "0hfiwqi60xnwsmj7fmv1sk2gzr6wxdzbgd5zli2xnfrjvb4ydv12";
sha256 = "0dq1kap16xfajc6gg9hbiadax782winpvxnr3dkm2ncznnxds37p";
};

buildInputs = [ ocaml findlib dune ocp-build cmdliner re ];
Expand Down

0 comments on commit ff43f0a

Please sign in to comment.