Merge branch 'master' into staging

This commit is contained in:
John Ericson
2017-09-20 01:39:59 -04:00
17 changed files with 118 additions and 96 deletions

View File

@@ -3,14 +3,14 @@
with lib;
stdenv.mkDerivation rec {
version = "0.54.0";
version = "0.55.0";
name = "flow-${version}";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "02z3jrfrr6gn056wplwkhymd1nyncjs67yl3vhv6n27jr3572npn";
sha256 = "042q2197m9l7r6j053dd4hqaqv7dsc5wh8h6aifkcmqa4ypp4w5r";
};
installPhase = ''