summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorCH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com>2020-05-15 16:33:51 +0530
committerChethan2k1 <40890937+Chethan2k1@users.noreply.github.com>2020-05-15 17:48:27 +0530
commite4a7e859354653d4ddd60dc9e2b83132feffaceb (patch)
tree32c1e5ae4abab29a4b626446a1bfcceb19d67259 /CMakeLists.txt
parentminor fixes (diff)
downloadnheko-e4a7e859354653d4ddd60dc9e2b83132feffaceb.tar.xz
Change the commit hash for mtxclient
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 ed714e31..04d20690 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -337,7 +337,7 @@ if(USE_BUNDLED_MTXCLIENT)
 	FetchContent_Declare(
 		MatrixClient
 		GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
-		GIT_TAG        71bd56b66cf634341ffef804f07d33f01fd57c25
+		GIT_TAG        dfc39651ac02b48787b9d4e27932ef2feceb162c
 		)
 	FetchContent_MakeAvailable(MatrixClient)
 else()