flow: 0.149.0 -> 0.150.0

This commit is contained in:
R. RyanTM 2021-04-30 00:23:58 +00:00 committed by tomberek
parent ee282e4e09
commit f072e1f2e2

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
version = "0.149.0";
version = "0.150.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "refs/tags/v${version}";
sha256 = "sha256-/pNCEsCKfYh/jo+3x7usRyPNBRJB4gDu2TAgosSw37c=";
sha256 = "sha256-75QSM2v4xDCkDnxW6Qb2ZGiWClOSDCd0jSrUdupMXxY=";
};
installPhase = ''