flow: 0.217.0 -> 0.217.2

This commit is contained in:
R. Ryantm 2023-10-01 00:54:09 +00:00
parent 1f0e8ac1f9
commit 8a28376b69

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 = ''