flow: 0.108.0 -> 0.109.0

Changelog: https://github.com/facebook/flow/releases/tag/v0.109.0
This commit is contained in:
Mario Rodas 2019-10-02 04:20:00 -05:00 committed by Vincent Laporte
parent dc6b299e09
commit ea5d2a0efa

View file

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