ocaml-top: 1.1.3 -> 1.1.4

ocamlPackages.ocp-build: 1.99.18-beta -> 1.99.19-beta
This commit is contained in:
Vincent Laporte
2017-07-16 12:43:35 +02:00
parent 5eb9caf7db
commit b57bf746a1
2 changed files with 9 additions and 9 deletions
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, ocaml, findlib, ncurses, buildOcaml }:
let
version = "1.99.18-beta";
version = "1.99.19-beta";
in
buildOcaml {
@@ -11,7 +11,7 @@ buildOcaml {
owner = "OCamlPro";
repo = "ocp-build";
rev = version;
sha256 = "14vzam8p1d2c5qxljrhsfppd8a3j9lxx8kzxlplwclkr2laar0ss";
sha256 = "162k5l0cxyqanxlml5v8mqapdq5qbqc9m4b8wdjq7mf523b3h2zj";
};
buildInputs = [ ocaml ];