diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-05-06 12:14:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-06 12:14:23 +0200 |
commit | a67b76943a1e823e710be382f6e57fb0eff2c1a8 (patch) | |
tree | b5098ce1259008d3be1b05bcb40c41a25d650419 | |
parent | d94db802277bd55dd14d59f88fcc935ee55820e2 (diff) | |
download | rneovim-a67b76943a1e823e710be382f6e57fb0eff2c1a8.tar.gz rneovim-a67b76943a1e823e710be382f6e57fb0eff2c1a8.tar.bz2 rneovim-a67b76943a1e823e710be382f6e57fb0eff2c1a8.zip |
build(deps): point dependencies to specific commit
This way older neovim builds will work if we bump the dependency
versions.
-rw-r--r-- | cmake.deps/deps.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake.deps/deps.txt b/cmake.deps/deps.txt index 0f0cf894dc..cd687cf929 100644 --- a/cmake.deps/deps.txt +++ b/cmake.deps/deps.txt @@ -16,16 +16,16 @@ LUAROCKS_SHA256 a0b36cd68586cd79966d0106bb2e5a4f5523327867995fd66bee4237062b3e3b UNIBILIUM_URL https://github.com/neovim/unibilium/archive/d72c3598e7ac5d1ebf86ee268b8b4ed95c0fa628.tar.gz UNIBILIUM_SHA256 9c4747c862ab5e3076dcf8fa8f0ea7a6b50f20ec5905618b9536655596797487 -LIBTERMKEY_URL https://github.com/neovim/deps/raw/master/opt/libtermkey-0.22.tar.gz +LIBTERMKEY_URL https://github.com/neovim/deps/raw/aa004f1b2b6470a92363cba8e1cc1874141dacc4/opt/libtermkey-0.22.tar.gz LIBTERMKEY_SHA256 6945bd3c4aaa83da83d80a045c5563da4edd7d0374c62c0d35aec09eb3014600 -LIBVTERM_URL https://github.com/neovim/deps/raw/master/opt/libvterm-0.3.1.tar.gz +LIBVTERM_URL https://github.com/neovim/deps/raw/aa004f1b2b6470a92363cba8e1cc1874141dacc4/opt/libvterm-0.3.1.tar.gz LIBVTERM_SHA256 25a8ad9c15485368dfd0a8a9dca1aec8fea5c27da3fa74ec518d5d3787f0c397 LUV_URL https://github.com/luvit/luv/archive/093a977b82077591baefe1e880d37dfa2730bd54.tar.gz LUV_SHA256 222b38b6425f0926218e14e7da81481fdde6f9660c1feac25a53e6fb52e886e6 -LPEG_URL https://github.com/neovim/deps/raw/master/opt/lpeg-1.0.2.tar.gz +LPEG_URL https://github.com/neovim/deps/raw/aa004f1b2b6470a92363cba8e1cc1874141dacc4/opt/lpeg-1.0.2.tar.gz LPEG_SHA256 48d66576051b6c78388faad09b70493093264588fcd0f258ddaab1cdd4a15ffe LUA_COMPAT53_URL https://github.com/keplerproject/lua-compat-5.3/archive/v0.9.tar.gz |