Merge pull request #254031 from marsam/update-flow

flow: 0.215.1 -> 0.216.1
This commit is contained in:
Mario Rodas 2023-09-08 20:28:50 -05:00 committed by GitHub
commit 84de2599f7
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.215.1";
version = "0.216.1";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "sha256-n6swStUU+mKeUhs94h71eCJk02yP6QFAkpDz67DJmXg=";
sha256 = "sha256-Nx6BAeaJGbrfjmH5dSb8Cb1TG2SDeF+lCeGOLW27cJs=";
};
postPatch = ''