Skip to content

Commit

Permalink
flow: 0.76.0 -> 0.77.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frontsideair authored and vbgl committed Jul 23, 2018
1 parent 8d03816 commit 721fc43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/analysis/flow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
with lib;

stdenv.mkDerivation rec {
version = "0.76.0";
version = "0.77.0";
name = "flow-${version}";

src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "0r3yl4m7dhm1h4c431zp8hd2gg6k1d9bwd2371xav5q7hviwmjl6";
sha256 = "1wcbqw5vwb3wsz9dkhi2k159ms98kn1nw3g9lc2j9w1m8ki41lql";
};

installPhase = ''
Expand All @@ -20,7 +20,7 @@ stdenv.mkDerivation rec {

buildInputs = [ libelf
] ++ (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 ];

meta = with stdenv.lib; {
Expand Down

0 comments on commit 721fc43

Please sign in to comment.