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

flow: 0.138.0 -> 0.139.0
This commit is contained in:
Mario Rodas 2020-12-10 21:06:08 -05:00 committed by GitHub
commit 051fd5d84a
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.138.0";
version = "0.139.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "refs/tags/v${version}";
sha256 = "08f7rihk663bwfxccl6fh6p5qn31025lhr5fmcxi3hl3jirwzb6n";
sha256 = "0ix98dq7g13jdfxgq0d8v2cvfnl2l2gz04j8h05sqzahbpxqv97w";
};
installPhase = ''