flow: 0.69.0 -> 0.70.0

This commit is contained in:
Fatih Altinok 2018-04-17 00:52:57 +03:00 committed by Vincent Laporte
parent 78b2345bf9
commit e0c9a25588

View File

@ -4,14 +4,14 @@
with lib;
stdenv.mkDerivation rec {
version = "0.69.0";
version = "0.70.0";
name = "flow-${version}";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "11n8g471zgazcnzsxcw45gzzn63xanw91wj5xwsx8i2cp7wg9g7g";
sha256 = "1pydmfs7xxrqjdnidp2nagwpk2d0vf5nx3m821plld3vbyh22b76";
};
installPhase = ''