summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-08-17 23:59:38 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-08-17 23:59:38 +0200
commitd6bc05fcd6ac0b420460e5e8a456f07615ca505b (patch)
treeab572e7793677a23a743eddbf36b8dbf4f26b171
parentHide CallCandidates again in new store (diff)
downloadnheko-d6bc05fcd6ac0b420460e5e8a456f07615ca505b.tar.xz
Bump mtxclient
-rw-r--r--CMakeLists.txt2
-rw-r--r--io.github.NhekoReborn.Nheko.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index cf49f21a..7295cc54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -341,7 +341,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG fa6e36dbcd922c1920873b3fcdfe0a9d283f082e + GIT_TAG d8666a3f1a5b709b78ccea2b545d540a8cb502ca ) FetchContent_MakeAvailable(MatrixClient) else() diff --git a/io.github.NhekoReborn.Nheko.json b/io.github.NhekoReborn.Nheko.json
index 8cdd7b90..b11e587c 100644 --- a/io.github.NhekoReborn.Nheko.json +++ b/io.github.NhekoReborn.Nheko.json
@@ -146,7 +146,7 @@ "name": "mtxclient", "sources": [ { - "commit": "fa6e36dbcd922c1920873b3fcdfe0a9d283f082e", + "commit": "d8666a3f1a5b709b78ccea2b545d540a8cb502ca", "type": "git", "url": "https://github.com/Nheko-Reborn/mtxclient.git" }