Changed mtxclient commit id for CI
2 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3ca7e5c8..368843e7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -580,8 +580,8 @@ if(USE_BUNDLED_MTXCLIENT)
include(FetchContent)
FetchContent_Declare(
MatrixClient
- GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
- GIT_TAG 6f908f379c6d7afb6117baee3a59c6f5e3adfdda
+ GIT_REPOSITORY https://github.com/r0hit05/mtxclient.git
+ GIT_TAG 9743ddde60151c2d0e3fd622d5e3fe469813f5d9
)
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 25dc4e94..9fbf53da 100644
--- a/io.github.NhekoReborn.Nheko.yaml
+++ b/io.github.NhekoReborn.Nheko.yaml
@@ -203,10 +203,10 @@ modules:
buildsystem: cmake-ninja
name: mtxclient
sources:
- - commit: 6f908f379c6d7afb6117baee3a59c6f5e3adfdda
+ - commit: 9743ddde60151c2d0e3fd622d5e3fe469813f5d9
#tag: v0.7.0
type: git
- url: https://github.com/Nheko-Reborn/mtxclient.git
+ url: https://github.com/r0hit05/mtxclient.git
- config-opts:
- -DCMAKE_BUILD_TYPE=Release
- -DLMDBXX_INCLUDE_DIR=.deps/lmdbxx
|