Merge pull request #111092 from r-ryantm/auto-update/flow

flow: 0.143.0 -> 0.143.1
This commit is contained in:
Mario Rodas
2021-01-28 21:27:19 -05:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
version = "0.143.0";
version = "0.143.1";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "refs/tags/v${version}";
sha256 = "sha256-j4vsuPs/xr/oy4ZWGBBCy+2mPMQtxE01gqpjsYITCa0=";
sha256 = "sha256-x7+hLbfccyJLc84246R8xay0FJlK/3JgNc6pqeowl9Q=";
};
installPhase = ''