diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-09-02 03:22:15 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-09-02 03:22:15 +0200 |
commit | 7f965a82e28c7ce5e3540bcac849d8d2ee6fbf67 (patch) | |
tree | 2886c0f43267438c5e7a095f05c09eb6ff5d5947 | |
parent | Warn the user before they ping the whole room (diff) | |
download | nheko-7f965a82e28c7ce5e3540bcac849d8d2ee6fbf67.tar.xz |
bump mtxclient
-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 174fdb7f..20ef5cab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -384,7 +384,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG 6306ce3bab0b4d478ade213c09e79d30f04f161e + GIT_TAG ef741d7dceed11ccd46a553a4c886491aedc973b ) 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 855005c9..a1d96db7 100644 --- a/io.github.NhekoReborn.Nheko.yaml +++ b/io.github.NhekoReborn.Nheko.yaml @@ -163,7 +163,7 @@ modules: buildsystem: cmake-ninja name: mtxclient sources: - - commit: 6306ce3bab0b4d478ade213c09e79d30f04f161e + - commit: ef741d7dceed11ccd46a553a4c886491aedc973b type: git url: https://github.com/Nheko-Reborn/mtxclient.git - config-opts: |