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

flow: 0.216.1 -> 0.217.0
This commit is contained in:
Mario Rodas 2023-09-23 11:52:42 -05:00 committed by GitHub
commit ef0bf2ec89
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.216.1";
version = "0.217.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "sha256-Nx6BAeaJGbrfjmH5dSb8Cb1TG2SDeF+lCeGOLW27cJs=";
sha256 = "sha256-QMgxic8fx7/Beahu8xyE247syLWgq1LZb3I5UdZp2XM=";
};
postPatch = ''