flow: 0.110.0 -> 0.111.0

Changelog: https://github.com/facebook/flow/releases/tag/v0.111.0
This commit is contained in:
Mario Rodas 2019-10-30 17:10:00 -05:00
parent 17da09c2fa
commit 5f8269701f
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.110.0";
version = "0.111.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "refs/tags/v${version}";
sha256 = "0w0z4pgwwvi12kvfg5xdjc83qw030a0c58cgr5rz3xzw2pgbdfm2";
sha256 = "17w26b17n81kc1igmr6dgm6y2aa1ng0cbhbhwwz3iwsf0dm6db1l";
};
installPhase = ''