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

flow: 0.153.0 -> 0.154.0
This commit is contained in:
Mario Rodas 2021-06-25 19:40:28 -05:00 committed by GitHub
commit e859759427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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