From 7168a00ee47bc918841261247e71b16742ce321a Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Mon, 28 Oct 2024 12:46:11 +0400 Subject: [PATCH] Update submodules --- Telegram/build/docker/centos_env/Dockerfile | 4 ++-- cmake | 2 +- snap/snapcraft.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index fe0e81036c..1be6876186 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -42,7 +42,7 @@ FROM builder AS patches RUN git init patches \ && cd patches \ && git remote add origin {{ GIT }}/desktop-app/patches.git \ - && git fetch --depth=1 origin e47e7ed0d383b8ca5622a58a5ffa0c8d5f00651f \ + && git fetch --depth=1 origin 643b18c2be6424fc6f35a52891ed5a6a42502ac2 \ && git reset --hard FETCH_HEAD \ && rm -rf .git @@ -770,7 +770,7 @@ COPY --link --from=pipewire {{ LibrariesPath }}/pipewire-cache / RUN git init tg_owt \ && cd tg_owt \ && git remote add origin {{ GIT }}/desktop-app/tg_owt.git \ - && git fetch --depth=1 origin 4a60ce1ab9fdb962004c6a959f682ace3db50cbd \ + && git fetch --depth=1 origin 8198c4d8b91e22d68eb5c7327fd408e3b6abcc79 \ && git reset --hard FETCH_HEAD \ && git submodule update --init --recursive --depth=1 \ && rm -rf .git \ diff --git a/cmake b/cmake index 3ca8fb8c91..5d09552ff8 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 3ca8fb8c91fdf5b52565a8294f6cb33e8b6d6852 +Subproject commit 5d09552ff83312d48e8aca849d92401cf266d198 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index a158f9c0f9..987cf0c1af 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -166,7 +166,7 @@ parts: patches: source: https://github.com/desktop-app/patches.git source-depth: 1 - source-commit: e47e7ed0d383b8ca5622a58a5ffa0c8d5f00651f + source-commit: 643b18c2be6424fc6f35a52891ed5a6a42502ac2 plugin: dump override-pull: | craftctl default @@ -447,7 +447,7 @@ parts: webrtc: source: https://github.com/desktop-app/tg_owt.git source-depth: 1 - source-commit: 4a60ce1ab9fdb962004c6a959f682ace3db50cbd + source-commit: 8198c4d8b91e22d68eb5c7327fd408e3b6abcc79 plugin: cmake build-environment: - LDFLAGS: ${LDFLAGS:+$LDFLAGS} -s