Merge pull request #247929 from marsam/update-flow

flow: 0.213.0 -> 0.214.0
This commit is contained in:
Mario Rodas 2023-08-09 18:11:24 -05:00 committed by GitHub
commit 9694f55446
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.213.0";
version = "0.214.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "sha256-6w09lo1+gBiFU481a6wYGQmJ61yVwQhMOll7QUeXy0U=";
sha256 = "sha256-N3eunmUl08RPu54k1QQWqgKa9RS0uzVVI2f0kCbmb2w=";
};
postPatch = ''