diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-15 23:52:14 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-15 23:52:14 +0300 |
commit | a9ddc3b3d32cd0bdce2d88648bf2bd83662c44e0 (patch) | |
tree | 6269263f2b03858f3da8ee8128777a083e49c837 /deps/CMakeLists.txt | |
parent | Update mtxclient (diff) | |
download | nheko-a9ddc3b3d32cd0bdce2d88648bf2bd83662c44e0.tar.xz |
Implement import/export of megolm session keys (#358)
Diffstat (limited to 'deps/CMakeLists.txt')
-rw-r--r-- | deps/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index 30d96647..57d37a61 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -39,10 +39,10 @@ set(BOOST_SHA256 set( MTXCLIENT_URL - https://github.com/mujx/mtxclient/archive/3328fdedcb7db0a0bd2921189193504bf3b0c3aa.tar.gz + https://github.com/mujx/mtxclient/archive/49a3ffddc13482902b73312a4a6d2e62dddaef64.tar.gz ) set(MTXCLIENT_HASH - 10a60158669001c6367a163b21a251a4e098ee9e3d12c5190104e9940639dc9f) + 181b5d99cdf4639336f54af369f3a2feef089608716adccff9412440eac1e8b1) set( TWEENY_URL |