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

flow: 0.147.0 -> 0.148.0
This commit is contained in:
Mario Rodas 2021-04-04 22:52:19 -05:00 committed by GitHub
commit 28fa315782
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.147.0";
version = "0.148.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "refs/tags/v${version}";
sha256 = "sha256-3U8BOYUHl1YiOnxAIV2V6Ib+LZ0DydtSfwAxN2Hj09g=";
sha256 = "sha256-DPHDuTBCsRq+u5kYHwImIXPxq04kW2HiqYsxJrun6n8=";
};
installPhase = ''