2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4581df94..67f8854d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -414,7 +414,7 @@ if(USE_BUNDLED_MTXCLIENT)
FetchContent_Declare(
MatrixClient
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
- GIT_TAG 6a7eaa5006b1a18e132be7655e490d9819158dca
+ GIT_TAG 9781553b0186f2db9036d2abbde83c28828eb2b9
)
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 946ca7b6..700b6d02 100644
--- a/io.github.NhekoReborn.Nheko.yaml
+++ b/io.github.NhekoReborn.Nheko.yaml
@@ -191,7 +191,7 @@ modules:
buildsystem: cmake-ninja
name: mtxclient
sources:
- - commit: 6a7eaa5006b1a18e132be7655e490d9819158dca
+ - commit: 9781553b0186f2db9036d2abbde83c28828eb2b9
#tag: v0.6.1
type: git
url: https://github.com/Nheko-Reborn/mtxclient.git
|