forked from mirrors/nixpkgs
ocamlPackages.ocp-index: 1.1.6 -> 1.1.7
This commit is contained in:
parent
8c782e421b
commit
60907c7a6f
|
@ -2,14 +2,14 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
version = "1.1.6";
|
||||
version = "1.1.7";
|
||||
name = "ocaml${ocaml.version}-ocp-index-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "OCamlPro";
|
||||
repo = "ocp-index";
|
||||
rev = version;
|
||||
sha256 = "0p367aphz9w71qbm3y47qwhgqmyai28l96i1ifb6kg7awph5qmj3";
|
||||
sha256 = "0i50y033y78wcfgz3b81d34p98azahl94w4b63ac0zyczlwlhvkf";
|
||||
};
|
||||
|
||||
buildInputs = [ ocaml findlib dune ocp-build cmdliner re ];
|
||||
|
|
Loading…
Reference in a new issue