From 4caa206483c3d81df1b1545a2915d2bfc5bb3fac Mon Sep 17 00:00:00 2001 From: trilene Date: Thu, 1 Oct 2020 08:21:51 -0400 Subject: [PATCH 1/2] Bump mtxclient --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f5628e2a..938fbc8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -339,7 +339,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG ac680e971d437eb2135ef994dcb58c0bbb5bdf61 + GIT_TAG 21a55ba65d0712a441fbef2af2ede66771430247 ) FetchContent_MakeAvailable(MatrixClient) else() From 28e9a7ad402fad5fdede9cf22dceb98bb456b582 Mon Sep 17 00:00:00 2001 From: trilene Date: Thu, 1 Oct 2020 08:47:01 -0400 Subject: [PATCH 2/2] Bump mtxclient --- io.github.NhekoReborn.Nheko.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.github.NhekoReborn.Nheko.json b/io.github.NhekoReborn.Nheko.json index 8ff82636..842017f7 100644 --- a/io.github.NhekoReborn.Nheko.json +++ b/io.github.NhekoReborn.Nheko.json @@ -146,7 +146,7 @@ "name": "mtxclient", "sources": [ { - "commit": "ac680e971d437eb2135ef994dcb58c0bbb5bdf61", + "commit": "21a55ba65d0712a441fbef2af2ede66771430247", "type": "git", "url": "https://github.com/Nheko-Reborn/mtxclient.git" }