Skip to content

Commit

Permalink
flow: 0.56.0 -> 0.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eqyiel authored and vbgl committed Oct 13, 2017
1 parent f7ba92b commit ba6f59a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/analysis/flow/default.nix
Expand Up @@ -3,14 +3,14 @@
with lib;

stdenv.mkDerivation rec {
version = "0.56.0";
version = "0.57.0";
name = "flow-${version}";

src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "0979hcz5qqblcnkc4whkklzdhm4f45gzfl6y4zp0wbq0qi1gv7x4";
sha256 = "1y2znwiwc3zkwz17a2m0m28dpknw7hpjd7ih4h7zf6p8nnqd3k6d";
};

installPhase = ''
Expand Down

0 comments on commit ba6f59a

Please sign in to comment.