summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-06-30 13:05:18 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-06-30 13:05:18 +0200
commita2c4d0875c91e955cfe1c94cdbc2e605c0599392 (patch)
treefe5c063b7be970213b9b505666c9dc8a0537c8f8 /CMakeLists.txt
parentAdd curl deps to CI (diff)
downloadnheko-a2c4d0875c91e955cfe1c94cdbc2e605c0599392.tar.xz
Update mtxclient and add coeurl to flatpak
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 e18b651b..320b4678 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -376,7 +376,7 @@ if(USE_BUNDLED_MTXCLIENT)
 	FetchContent_Declare(
 		MatrixClient
 		GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
-		GIT_TAG        fdb2016eff4f2e91f17c343e9fcb0bfab5e78b63
+		GIT_TAG        9ecaefe377d4dab688caee186e4a263cb7f105e8
 		)
 	set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
 	set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")