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

View File

@ -4,14 +4,14 @@
with lib; with lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "0.69.0"; version = "0.70.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 = "11n8g471zgazcnzsxcw45gzzn63xanw91wj5xwsx8i2cp7wg9g7g"; sha256 = "1pydmfs7xxrqjdnidp2nagwpk2d0vf5nx3m821plld3vbyh22b76";
}; };
installPhase = '' installPhase = ''