Merge pull request #110356 from r-ryantm/auto-update/flow

flow: 0.142.0 -> 0.143.0
This commit is contained in:
Mario Rodas 2021-01-21 21:26:19 -05:00 committed by GitHub
commit 09c607f0be
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.142.0";
version = "0.143.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "refs/tags/v${version}";
sha256 = "sha256-peK9+3RsY+4LuN+N/w+HIFX18yDZfqEuioBezNq7yXw=";
sha256 = "sha256-j4vsuPs/xr/oy4ZWGBBCy+2mPMQtxE01gqpjsYITCa0=";
};
installPhase = ''