2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 332c9e92..1bd5e81a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -401,7 +401,7 @@ if(USE_BUNDLED_MTXCLIENT)
FetchContent_Declare(
MatrixClient
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
- GIT_TAG 817ae6e110829cfec39cd367a133a628ab923bb4
+ GIT_TAG 888601932b876c9a8bb8e1f3b198ce1a5f1252fa
)
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 4832ea53..69a4f6d6 100644
--- a/io.github.NhekoReborn.Nheko.yaml
+++ b/io.github.NhekoReborn.Nheko.yaml
@@ -176,7 +176,7 @@ modules:
buildsystem: cmake-ninja
name: mtxclient
sources:
- - commit: 817ae6e110829cfec39cd367a133a628ab923bb4
+ - commit: 888601932b876c9a8bb8e1f3b198ce1a5f1252fa
#tag: v0.7.0
type: git
url: https://github.com/Nheko-Reborn/mtxclient.git
|