Merge pull request #251638 from marsam/update-flow

flow: 0.214.0 -> 0.215.1
This commit is contained in:
Mario Rodas 2023-08-26 14:28:02 -05:00 committed by GitHub
commit f89347844e
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.214.0";
version = "0.215.1";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "sha256-N3eunmUl08RPu54k1QQWqgKa9RS0uzVVI2f0kCbmb2w=";
sha256 = "sha256-n6swStUU+mKeUhs94h71eCJk02yP6QFAkpDz67DJmXg=";
};
postPatch = ''