flow: 0.117.0 -> 0.118.0

Changelog: https://github.com/facebook/flow/releases/tag/v0.118.0
This commit is contained in:
Mario Rodas 2020-02-06 04:20:00 -05:00
parent 4efa91589b
commit a124c9444a
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
version = "0.117.0";
version = "0.118.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "refs/tags/v${version}";
sha256 = "1s3qlq0jfx94fr7vzzc7jw8l5mvsrrxhq9mcf50aq0ipz0fz0il9";
sha256 = "103dgj61qhbqzfgqjbcww2bfipk894glj9xjg1r2zwfsgpxy6x26";
};
installPhase = ''