diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-26 03:49:15 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-26 03:49:15 +0200 |
commit | 55e43dc4b864e983882a629c80f105b9cc1dae7e (patch) | |
tree | 26c3e382a1c1e42fbd4f0e8032c6d95f3a58bbb4 | |
parent | Implement key backup upload (diff) | |
download | nheko-55e43dc4b864e983882a629c80f105b9cc1dae7e.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 c70a6f5e..c2cef7b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -382,7 +382,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG a368db306d0148d1c8c17a532ebe4ff05a2a08c8 + GIT_TAG 8de4df36b43bb3882e71ed609ec8d7c8fe713ce0 ) 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 b71e1879..c35a3429 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: a368db306d0148d1c8c17a532ebe4ff05a2a08c8 + - commit: 8de4df36b43bb3882e71ed609ec8d7c8fe713ce0 type: git url: https://github.com/Nheko-Reborn/mtxclient.git - config-opts: |