flow: 0.154.0 -> 0.155.0

This commit is contained in:
R. RyanTM 2021-07-09 07:36:41 +00:00
parent 664ebda061
commit 36308698b3

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
version = "0.154.0";
version = "0.155.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "refs/tags/v${version}";
sha256 = "sha256-QqTHhcEgMfq4+1G3aSAvcyU26kNKiFc3vOTyFRo8l40=";
sha256 = "sha256-NMqglKpVrGgkxnrxSKKUeQ9RZ3eamlO6CDlaHjwKA3I=";
};
installPhase = ''