flow: 0.218.0 -> 0.219.5

This commit is contained in:
R. Ryantm 2023-10-27 05:33:47 +00:00
parent aaccf42b1b
commit 43c8075099

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
version = "0.218.0";
version = "0.219.5";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "sha256-QmC1K2msiIN7bBwlrsQ8in3YGUoVqf2w21HbiLULWhM=";
sha256 = "sha256-cg0tqwvYQ43Nvu6fQHGEX002sjmDBcz2AGke+K5Gk7g=";
};
postPatch = ''