Skip to content

Commit

Permalink
flow: 0.69.0 -> 0.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frontsideair authored and vbgl committed Apr 17, 2018
1 parent 78b2345 commit e0c9a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/analysis/flow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
with lib;

stdenv.mkDerivation rec {
version = "0.69.0";
version = "0.70.0";
name = "flow-${version}";

src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "11n8g471zgazcnzsxcw45gzzn63xanw91wj5xwsx8i2cp7wg9g7g";
sha256 = "1pydmfs7xxrqjdnidp2nagwpk2d0vf5nx3m821plld3vbyh22b76";
};

installPhase = ''
Expand Down

0 comments on commit e0c9a25

Please sign in to comment.