aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2022-03-10 18:45:12 -0500
committerGitHub <noreply@github.com>2022-03-10 18:45:12 -0500
commitabbc9148db413c4a90a33a562da94c37743a8684 (patch)
tree3798e3ca94c07fa0618e0c411049e25ae30de6ea
parent8a5f0559ccc92fffc7857d4aee6036f61ceaacf5 (diff)
parent1e7ba7ea6b46acd1bda7c0b2108b8fe4aca32962 (diff)
downloadrneovim-abbc9148db413c4a90a33a562da94c37743a8684.tar.gz
rneovim-abbc9148db413c4a90a33a562da94c37743a8684.tar.bz2
rneovim-abbc9148db413c4a90a33a562da94c37743a8684.zip
Merge pull request #17665 from clason/bump-libuv
build(deps): bump libuv to 1.44.1
-rw-r--r--third-party/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt
index 30c4752b87..8a8720fca3 100644
--- a/third-party/CMakeLists.txt
+++ b/third-party/CMakeLists.txt
@@ -144,8 +144,8 @@ endif()
include(ExternalProject)
-set(LIBUV_URL https://github.com/libuv/libuv/archive/v1.44.0.tar.gz)
-set(LIBUV_SHA256 f2482d547009d26d4d590ed6588043c540e707c833df52536744cb9a809e6617)
+set(LIBUV_URL https://github.com/libuv/libuv/archive/v1.44.1.tar.gz)
+set(LIBUV_SHA256 e91614e6dc2dd0bfdd140ceace49438882206b7a6fb00b8750914e67a9ed6d6b)
set(MSGPACK_URL https://github.com/msgpack/msgpack-c/releases/download/cpp-3.0.0/msgpack-3.0.0.tar.gz)
set(MSGPACK_SHA256 bfbb71b7c02f806393bc3cbc491b40523b89e64f83860c58e3e54af47de176e4)