summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-02-05 22:22:55 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-02-05 22:23:07 +0100
commit08c16a554468b443917c0ed1822540c1d6609bea (patch)
tree119a61fc46b2417cd13c1bd4195aed5d8f154464 /CMakeLists.txt
parentFix integer overflow of cachesize on windows (diff)
downloadnheko-08c16a554468b443917c0ed1822540c1d6609bea.tar.xz
Bump mtxclient to fix keybackup
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6ce90790..a2c4a5b5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -334,7 +334,7 @@ if(USE_BUNDLED_MTXCLIENT)
 	FetchContent_Declare(
 		MatrixClient
 		GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
-		GIT_TAG        ec569028ee7a5945bc5552858b2eac930c9d2871
+		GIT_TAG        5fbee216e640da45c05f25b1f84f03c88bca5910
 		)
 	FetchContent_MakeAvailable(MatrixClient)
 else()