diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-01-02 18:56:47 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-01-02 18:56:47 +0100 |
commit | 06723a473616229cef43fec9190deb64f1d11bf7 (patch) | |
tree | d8df3212bc4baff9ff1eb669551754dd7575d6ab | |
parent | Maybe fix text selection in raw message dialog (diff) | |
download | nheko-06723a473616229cef43fec9190deb64f1d11bf7.tar.xz |
Bump mtxclient version
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | io.github.NhekoReborn.Nheko.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8658b228..079fdcb9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -595,7 +595,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG d187c63a27710fa87a44ab44d43b7cfa2023132a + GIT_TAG 176242b1d2c68878c0ce610c109d0779fe7fa8fb ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") diff --git a/io.github.NhekoReborn.Nheko.yaml b/io.github.NhekoReborn.Nheko.yaml index e8b6e9f2..e90fae86 100644 --- a/io.github.NhekoReborn.Nheko.yaml +++ b/io.github.NhekoReborn.Nheko.yaml @@ -182,7 +182,7 @@ modules: buildsystem: cmake-ninja name: mtxclient sources: - - commit: d187c63a27710fa87a44ab44d43b7cfa2023132a + - commit: 176242b1d2c68878c0ce610c109d0779fe7fa8fb #tag: v0.8.2 type: git url: https://github.com/Nheko-Reborn/mtxclient.git |