diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-08-05 19:39:15 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-08-05 20:21:17 +0200 |
commit | 2d9142d491fed4feed00342193adfc7a268ce71d (patch) | |
tree | 9265b735509bbba079ab65f96fb1414df2da1c48 | |
parent | 05994445525aa1827f9896db84e5907d56b74649 (diff) |
Bump mtxclient to fix fmt build errors
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | im.nheko.Nheko.yaml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 933ad9bb..7468d989 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -613,7 +613,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG v0.10.0 + GIT_TAG a0b203980491ddf2e2fe4f1cd6af8c2562b3ee35 ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") diff --git a/im.nheko.Nheko.yaml b/im.nheko.Nheko.yaml index 88cc0611..b29173b9 100644 --- a/im.nheko.Nheko.yaml +++ b/im.nheko.Nheko.yaml @@ -251,8 +251,8 @@ modules: - -DBUILD_SHARED_LIBS=OFF buildsystem: cmake-ninja sources: - - commit: 457bc52773b40142848f0b2ab025516bf6ed634d - tag: v0.10.0 + - commit: a0b203980491ddf2e2fe4f1cd6af8c2562b3ee35 + #tag: v0.10.0 type: git url: https://github.com/Nheko-Reborn/mtxclient.git - name: nheko |