From f135ece841e415786cf5eedee796ef41cb2610cd Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 8 Sep 2021 00:10:36 +0300 Subject: [PATCH] Update patches revision. --- Telegram/build/docker/centos_env/Dockerfile | 2 +- Telegram/build/prepare/prepare.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index d9212d659..87ecd3701 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -29,7 +29,7 @@ ENV LibrariesPath /usr/src/Libraries WORKDIR $LibrariesPath FROM builder AS patches -RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 98dace00f0 +RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 1e7de78121 FROM builder AS extra-cmake-modules diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index 36c96d07a..9aba7b6cb 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -274,7 +274,7 @@ def runStages(): stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout 975d6fbf1b + git checkout 1e7de78121 """) stage('depot_tools', """