Skip to content

Commit

Permalink
flow: 0.65.0 -> 0.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eqyiel authored and vbgl committed Feb 19, 2018
1 parent f14b6ea commit 8d0c8d2
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 @@ -4,14 +4,14 @@
with lib;

stdenv.mkDerivation rec {
version = "0.65.0";
version = "0.66.0";
name = "flow-${version}";

src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "00m9wqfqpnv7p2kz0970254jfaqakb12lsnhk95hw47ghfyb2f7p";
sha256 = "0l1sdd1n0llmz8m81vym3zhcn824sr9w46h9jpb7i7wrcm4y410d";
};

installPhase = ''
Expand Down

0 comments on commit 8d0c8d2

Please sign in to comment.