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

flow: 0.217.0 -> 0.217.2
This commit is contained in:
Mario Rodas 2023-10-01 02:01:01 -05:00 committed by GitHub
commit f44d8e9409
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.217.0";
version = "0.217.2";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "sha256-QMgxic8fx7/Beahu8xyE247syLWgq1LZb3I5UdZp2XM=";
sha256 = "sha256-0Zu4uPxNDUUeyOLrjdQaCdiRbngtCtHx1qIqtLBmCdA=";
};
postPatch = ''