diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-05-18 11:22:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 11:22:46 +0200 |
commit | 2d277320295d1380ac093d547206b295bbdcf414 (patch) | |
tree | f08c7afc2012ee52823c82dd8cbad7202d14560e | |
parent | 93d24a63b2c378f41a04d181a7863264b985e7b4 (diff) | |
download | rneovim-2d277320295d1380ac093d547206b295bbdcf414.tar.gz rneovim-2d277320295d1380ac093d547206b295bbdcf414.tar.bz2 rneovim-2d277320295d1380ac093d547206b295bbdcf414.zip |
build(deps): bump libuv to HEAD - 730e07e2f (#18606)
-rw-r--r-- | third-party/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt index 36965a2e98..0464f90734 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -130,8 +130,8 @@ endif() include(ExternalProject) -set(LIBUV_URL https://github.com/libuv/libuv/archive/v1.44.1.tar.gz) -set(LIBUV_SHA256 e91614e6dc2dd0bfdd140ceace49438882206b7a6fb00b8750914e67a9ed6d6b) +set(LIBUV_URL https://github.com/libuv/libuv/archive/730e07e2f77a4001bdf6894112271c926399f5a8.tar.gz) +set(LIBUV_SHA256 271869759a7dbdaf1d1bf75f1ec388a7307592153b34ebb52d3934715cbaac8a) set(MSGPACK_URL https://github.com/msgpack/msgpack-c/releases/download/c-4.0.0/msgpack-c-4.0.0.tar.gz) set(MSGPACK_SHA256 420fe35e7572f2a168d17e660ef981a589c9cbe77faa25eb34a520e1fcc032c8) |