Skip to content

Commit

Permalink
flow: 0.18 -> 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Feb 26, 2016
1 parent 351173c commit 46b0d51
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 @@ -3,13 +3,13 @@
with lib;

stdenv.mkDerivation rec {
version = "0.18.1";
version = "0.22.0";
name = "flow-${version}";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "00pmrk577p6ngqif4rvhwybb4gyw70vsgxcxxwj995dg4hf196s1";
sha256 = "1p8a5cf85ydz6g04zsvsa6sh2b4p94mj9cqj7k6llf0dsiihrv54";
};

installPhase = ''
Expand Down

0 comments on commit 46b0d51

Please sign in to comment.