ocamlPackages.ocp-build: 1.99.17-beta -> 1.99.18-beta

This commit is contained in:
Vincent Laporte 2017-02-27 19:11:29 +00:00
parent 9431e49822
commit 52507b3a9b

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, ocaml, findlib, ncurses, buildOcaml }: { stdenv, fetchFromGitHub, ocaml, findlib, ncurses, buildOcaml }:
let let
version = "1.99.17-beta"; version = "1.99.18-beta";
in in
buildOcaml { buildOcaml {
@ -11,7 +11,7 @@ buildOcaml {
owner = "OCamlPro"; owner = "OCamlPro";
repo = "ocp-build"; repo = "ocp-build";
rev = version; rev = version;
sha256 = "0k1gi5v9as5l8h5illgl5prsd5z1i14y5j2k920ay1a3rv697b02"; sha256 = "14vzam8p1d2c5qxljrhsfppd8a3j9lxx8kzxlplwclkr2laar0ss";
}; };
buildInputs = [ ocaml ]; buildInputs = [ ocaml ];