flow: 0.163.0 -> 0.166.1

This commit is contained in:
R. Ryantm 2021-12-06 22:26:54 +00:00
parent 237adfc14e
commit 942263df96

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
version = "0.163.0";
version = "0.166.1";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "sha256-8O7EuYMNEa0M3HS0U10VbkevxL/cnySXHkT1WdI4Z84=";
sha256 = "sha256-n07P7C+RehZJ+s7ZAgtHBMUwG62rxbjcXKLjKJf+rDA=";
};
installPhase = ''