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-03 08:27:11 +02:00
committed by Vincent Laporte
parent dc6b299e09
commit ea5d2a0efa
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "flow"; pname = "flow";
version = "0.108.0"; version = "0.109.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "facebook"; owner = "facebook";
repo = "flow"; repo = "flow";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
sha256 = "13irr1hkv7mxvq57pywmjmqdf5fv359vl5d19w3sra3rqg7vi3ws"; sha256 = "0wfhy7r85s2bxhfkmcdp7p1gaqjxr4yzay52k680hv6ghhay2318";
}; };
installPhase = '' installPhase = ''