summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2024-08-05 19:39:15 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2024-08-05 20:21:17 +0200
commit2d9142d491fed4feed00342193adfc7a268ce71d (patch)
tree9265b735509bbba079ab65f96fb1414df2da1c48
parentDepend on libfmt explicitly (diff)
downloadnheko-2d9142d491fed4feed00342193adfc7a268ce71d.tar.xz
Bump mtxclient to fix fmt build errors
-rw-r--r--CMakeLists.txt2
-rw-r--r--im.nheko.Nheko.yaml4
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