flow: 0.70.0 -> 0.71.0

This commit is contained in:
Fatih Altinok 2018-04-30 11:47:18 +03:00 committed by Vincent Laporte
parent c505e57771
commit 02cb787c0c

View File

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