Merge pull request #29910 from eqyiel/flow-0.56.0

flow: 0.55.0 -> 0.56.0
This commit is contained in:
Jörg Thalheim 2017-09-29 08:30:36 +01:00 committed by GitHub
commit 523356891e

View File

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