flow: 0.216.1 -> 0.217.0

This commit is contained in:
R. Ryantm 2023-09-23 15:48:38 +00:00
parent 79e43fbfbc
commit d2a73d1970

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