diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-25 14:30:54 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-25 14:47:54 -0300 |
commit | 99809903bbf9019e3f342be429968854ebf61e13 (patch) | |
tree | 3c2dfa63fc6fc161b971ca796e9f0b92dae1b15e /third-party | |
parent | bcab2905d83c4b6c0def50462752b1beb5548f10 (diff) | |
download | rneovim-99809903bbf9019e3f342be429968854ebf61e13.tar.gz rneovim-99809903bbf9019e3f342be429968854ebf61e13.tar.bz2 rneovim-99809903bbf9019e3f342be429968854ebf61e13.zip |
deps: Update bundled lua client version
The new version fixes defunct processes which causes random test failures on
some systems(#1519)
Diffstat (limited to 'third-party')
-rw-r--r-- | third-party/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt index 38c5533ddd..39bd31896e 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -194,7 +194,7 @@ if(USE_BUNDLED_LUAROCKS) add_custom_command(OUTPUT ${DEPS_LIB_DIR}/luarocks/rocks/nvim-client COMMAND ${DEPS_BIN_DIR}/luarocks - ARGS build https://raw.githubusercontent.com/neovim/lua-client/master/nvim-client-0.0.1-2.rockspec CC=${DEPS_C_COMPILER} LD=${DEPS_C_COMPILER} LIBUV_DIR=${DEPS_INSTALL_DIR} + ARGS build https://raw.githubusercontent.com/neovim/lua-client/0aefb79d8f60fd180594f376d20144414e1f37a4/nvim-client-0.0.1-3.rockspec CC=${DEPS_C_COMPILER} LD=${DEPS_C_COMPILER} LIBUV_DIR=${DEPS_INSTALL_DIR} DEPENDS lpeg libuv) add_custom_target(nvim-client DEPENDS ${DEPS_LIB_DIR}/luarocks/rocks/nvim-client) |