2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5e4b0f3e..fb104807 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -369,7 +369,7 @@ if(USE_BUNDLED_OLM)
FetchContent_Declare(
Olm
GIT_REPOSITORY https://gitlab.matrix.org/matrix-org/olm.git
- GIT_TAG 3.1.4
+ GIT_TAG 3.2.4
)
set(OLM_TESTS OFF CACHE INTERNAL "")
FetchContent_MakeAvailable(Olm)
diff --git a/io.github.NhekoReborn.Nheko.yaml b/io.github.NhekoReborn.Nheko.yaml
index 2661ea6f..2e2ec446 100644
--- a/io.github.NhekoReborn.Nheko.yaml
+++ b/io.github.NhekoReborn.Nheko.yaml
@@ -63,9 +63,9 @@ modules:
buildsystem: cmake-ninja
name: olm
sources:
- - commit: 6753595300767dd70150831dbbe6f92d64e75038
+ - commit: 64afab93645957846d936a19b8501dbd3f2cc4a1
disable-shallow-clone: true
- tag: 3.1.4
+ tag: 3.2.4
type: git
url: https://gitlab.matrix.org/matrix-org/olm.git
- config-opts:
|