2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aff561c9..c70a6f5e 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 513196f520733e2f70576168aff7aaf16e0df180
+ GIT_TAG a368db306d0148d1c8c17a532ebe4ff05a2a08c8
)
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 9d4b3b2e..b71e1879 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: 513196f520733e2f70576168aff7aaf16e0df180
+ - commit: a368db306d0148d1c8c17a532ebe4ff05a2a08c8
type: git
url: https://github.com/Nheko-Reborn/mtxclient.git
- config-opts:
|