flow: 0.158.0 -> 0.159.0

This commit is contained in:
R. RyanTM 2021-09-06 07:56:02 +00:00
parent 1871c113f1
commit 590b724277

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
version = "0.158.0";
version = "0.159.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "sha256-Wl+Jux20gtl+upaKcFF3ub5TetNUf2GwfenH+Ddvqfw=";
sha256 = "sha256-NGYaevL6Jpv5rkYlSzIFMIn36ds7ecOJtEToQIzbOsU=";
};
installPhase = ''