flow: 0.172.0 -> 0.173.0

This commit is contained in:
R. Ryantm 2022-03-05 06:10:57 +00:00
parent 0416895145
commit 4c7784f467

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
version = "0.172.0";
version = "0.173.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "sha256-N3mP1dhul7Ljn278CJmge4IrVllQJsc73A3/7mTSU70=";
sha256 = "sha256-F0t85/sq9p+eNEf2XAGxw+ZWeRgUbkhrKFdGASijuAs=";
};
installPhase = ''