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
1 changed files with 2 additions and 2 deletions

View File

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