flow: 0.138.0 -> 0.139.0

This commit is contained in:
R. RyanTM 2020-12-10 16:08:17 +00:00
parent 1f65211aa3
commit 7edacf2b2f

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 = ''