Skip to content

Commit

Permalink
flow: 0.32.0 -> 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatih Altinok authored and grahamc committed Oct 15, 2016
1 parent 5e1c84e commit 8ab8f49
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.32.0";
version = "0.33.0";
name = "flow-${version}";

src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "17v2qb9xsjv4lj62x553knnhb7z43y2frzvs0q1hvamw8wyp086h";
sha256 = "1m0a4w50x1xx6iii5mdciksmzwlmyd8wjbyaqbf6gr1z7vhzmqwh";
};

installPhase = ''
Expand Down

0 comments on commit 8ab8f49

Please sign in to comment.