diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-06-02 11:13:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-02 11:13:42 +0200 |
commit | d93ba03c717bee05fe6d239fd7faefe6e9698c85 (patch) | |
tree | 9ea2691e50ed971c69eadc5f2523d6d02a3b2678 | |
parent | d5651a4183da8dfc71508850e429a7f0b99979f7 (diff) | |
download | rneovim-d93ba03c717bee05fe6d239fd7faefe6e9698c85.tar.gz rneovim-d93ba03c717bee05fe6d239fd7faefe6e9698c85.tar.bz2 rneovim-d93ba03c717bee05fe6d239fd7faefe6e9698c85.zip |
build(deps): bump Luv to HEAD - 9f8038633 (#18834)
-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 9c53649eea..84b360b9d9 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -165,8 +165,8 @@ set(LIBVTERM_URL https://www.leonerd.org.uk/code/libvterm/libvterm-0.1.4.tar.gz) set(LIBVTERM_SHA256 bc70349e95559c667672fc8c55b9527d9db9ada0fb80a3beda533418d782d3dd) set(LUV_VERSION 1.43.0-0) -set(LUV_URL https://github.com/luvit/luv/archive/02d703b42be44d31483582a6538e885fa9b37134.tar.gz) -set(LUV_SHA256 50831acb9b4a48dd83d942a6da06f405e46ca7125547605bac3e6a9c8efc190a) +set(LUV_URL https://github.com/luvit/luv/archive/9f80386338af7d164ff1f47d480ee1ae775cb0ef.tar.gz) +set(LUV_SHA256 a6fe420f06944c0d84a173fccff2eb0d14dfd1293bc24666a580b98dd1a7254f) set(LUA_COMPAT53_URL https://github.com/keplerproject/lua-compat-5.3/archive/v0.9.tar.gz) set(LUA_COMPAT53_SHA256 ad05540d2d96a48725bb79a1def35cf6652a4e2ec26376e2617c8ce2baa6f416) |