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

flow: 0.158.0 -> 0.159.0
This commit is contained in:
Mario Rodas 2021-09-06 07:32:49 -05:00 committed by GitHub
commit 332dc150c4
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.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 = ''