flow: 0.121.0 -> 0.122.0

Changelog: https://github.com/facebook/flow/releases/tag/v0.122.0
This commit is contained in:
Mario Rodas 2020-04-02 04:20:00 -05:00 committed by Vincent Laporte
parent b6dbef4759
commit 84d0a23506

View file

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