flow: 0.107.0 -> 0.108.0

Changelog: https://github.com/facebook/flow/releases/tag/v0.108.0
This commit is contained in:
Mario Rodas 2019-09-21 00:00:00 -05:00
parent 639771fa5d
commit 7ffeba4315
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

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