flow: 0.76.0 -> 0.77.0

This commit is contained in:
Fatih Altinok 2018-07-23 15:56:11 +03:00 committed by Vincent Laporte
parent 8d03816ed0
commit 721fc43047
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -3,14 +3,14 @@
with lib; with lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "0.76.0"; version = "0.77.0";
name = "flow-${version}"; name = "flow-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "facebook"; owner = "facebook";
repo = "flow"; repo = "flow";
rev = "v${version}"; rev = "v${version}";
sha256 = "0r3yl4m7dhm1h4c431zp8hd2gg6k1d9bwd2371xav5q7hviwmjl6"; sha256 = "1wcbqw5vwb3wsz9dkhi2k159ms98kn1nw3g9lc2j9w1m8ki41lql";
}; };
installPhase = '' installPhase = ''
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libelf buildInputs = [ libelf
] ++ (with ocamlPackages; [ ] ++ (with ocamlPackages; [
ocaml findlib camlp4 sedlex ocamlbuild lwt_ppx lwt_log wtf8 dtoa ocaml findlib camlp4 sedlex ocamlbuild lwt_ppx ppx_deriving ppx_gen_rec lwt_log wtf8 dtoa
]) ++ optionals stdenv.isDarwin [ cf-private CoreServices ]; ]) ++ optionals stdenv.isDarwin [ cf-private CoreServices ];
meta = with stdenv.lib; { meta = with stdenv.lib; {