flow: 0.106.0 -> 0.107.0

Changelog: https://github.com/facebook/flow/releases/tag/v0.107.0
This commit is contained in:
Mario Rodas 2019-09-04 20:00:00 -05:00
parent 5e86891baa
commit 584ca4c8ee
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
version = "0.106.0";
version = "0.107.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "refs/tags/v${version}";
sha256 = "0da32j8s3avxa84g2gn9sr4nakibllz1kq5i3bgqbndrgcgsdvgw";
sha256 = "1in7a006lgw4v2p0gn5sx41cn3p259vncpq0l3rz52lyfpn7ai3b";
};
installPhase = ''