summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-06-06 13:16:38 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-06-06 13:20:47 +0200
commitc40429af23d42121d3df82b9212928377ff68d9e (patch)
tree2a7b10be32368319d11e19511bf5a482f7698790
parentLimit jobs on arm (diff)
downloadnheko-c40429af23d42121d3df82b9212928377ff68d9e.tar.xz
Bump mtxclient version
May fix #213
-rw-r--r--CMakeLists.txt2
-rw-r--r--io.github.NhekoReborn.Nheko.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index 09b1c1fb..4da2373c 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 f5c78f4331b62a1e25a2d839cb38b07bb9bd7829 + GIT_TAG 795b6a82d4f10c629ce0eb99803cc677c413f940 ) FetchContent_MakeAvailable(MatrixClient) else() diff --git a/io.github.NhekoReborn.Nheko.json b/io.github.NhekoReborn.Nheko.json
index 50fa3b33..299808be 100644 --- a/io.github.NhekoReborn.Nheko.json +++ b/io.github.NhekoReborn.Nheko.json
@@ -146,9 +146,9 @@ "name": "mtxclient", "sources": [ { - "sha256": "16203a92b03c488178b31bedca9d9015b1d406443f7e5363a2e09171e50f8dfc", + "sha256": "7ba85bb477c9e17e2389faf2333034aa9ceae4b1c65d6bf5f7067f2799e9b770", "type": "archive", - "url": "https://github.com/Nheko-Reborn/mtxclient/archive/f5c78f4331b62a1e25a2d839cb38b07bb9bd7829.tar.gz" + "url": "https://github.com/Nheko-Reborn/mtxclient/archive/795b6a82d4f10c629ce0eb99803cc677c413f940.tar.gz" } ] },