diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-03-07 23:48:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 23:48:33 +0100 |
commit | 8bae974da3fdc06741d5868af376daa7bd0db638 (patch) | |
tree | d6facb5b600a96b40f3abf026fd7aa5b231bc51f | |
parent | c4006887521c2e4f16f1122a8ee3231612c4d11c (diff) | |
download | rneovim-8bae974da3fdc06741d5868af376daa7bd0db638.tar.gz rneovim-8bae974da3fdc06741d5868af376daa7bd0db638.tar.bz2 rneovim-8bae974da3fdc06741d5868af376daa7bd0db638.zip |
build(deps): bump tree-sitter to 0.20.6 (#17587)
-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 13757a24e2..30c4752b87 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -203,8 +203,8 @@ set(LIBICONV_SHA256 ccf536620a45458d26ba83887a983b96827001e92a13847b45e4925cc891 set(TREESITTER_C_URL https://github.com/tree-sitter/tree-sitter-c/archive/v0.20.1.tar.gz) set(TREESITTER_C_SHA256 ffcc2ef0eded59ad1acec9aec4f9b0c7dd209fc1a85d85f8b0e81298e3dddcc2) -set(TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/v0.20.3.tar.gz) -set(TREESITTER_SHA256 ab52fe93e0c658cff656b9d10d67cdd29084247052964eba13ed6f0e9fa3bd36) +set(TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/v0.20.6.tar.gz) +set(TREESITTER_SHA256 4d37eaef8a402a385998ff9aca3e1043b4a3bba899bceeff27a7178e1165b9de) if(USE_BUNDLED_UNIBILIUM) include(BuildUnibilium) |