diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-06 17:30:53 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-06 17:30:53 +0300 |
commit | 36c5a8f410c4100668e9d09bf8f0c1fbb9ba6505 (patch) | |
tree | fdad12bc348576ab4185671b93d8a2030f2484c6 | |
parent | Remove captcha dialog from the member list (diff) | |
download | nheko-36c5a8f410c4100668e9d09bf8f0c1fbb9ba6505.tar.xz |
Update mtxclient
-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 ea2ed3e3..f06de06a 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -38,10 +38,10 @@ set(BOOST_SHA256 set( MTXCLIENT_URL - https://github.com/mujx/mtxclient/archive/343cf4b1589b380443dd7f34f381d655ba9cc87c.tar.gz + https://github.com/mujx/mtxclient/archive/81d497adbb1c70e543482a7f7d5d83baa959cb81.tar.gz ) set(MTXCLIENT_HASH - 68d4f7be55bb62a59e8698ecb04705e7422b63d5caccede26e2e0153f17ccda9) + 755697c07e4adc0ff380bde8ecd719f5da443b2baca757d4e9c59d30571f5773) set( TWEENY_URL |