Merge pull request #74872 from marsam/update-flow

flow: 0.112.0 -> 0.113.0
This commit is contained in:
Mario Rodas 2019-12-03 07:15:53 -05:00 committed by GitHub
commit 93223f5cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
version = "0.112.0";
version = "0.113.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "refs/tags/v${version}";
sha256 = "1l8aahvlj9hk93snvrqm7r0mxj5iw244q72s6wallsqm7j4g967h";
sha256 = "1z7zy2ma1rmx2jjrsrnlrv2j5ff4zlzzlqvlmv7fc7dds3wlz6ia";
};
installPhase = ''