From b47692e9201d947166db7ec5f057f05925077201 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 24 Sep 2021 08:46:52 +0400 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 a0d636fc5..94cf06538 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 01779db1de +RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 9d2a07ba8b FROM builder AS extra-cmake-modules diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index 6b41a0d0b..714eb0bc9 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -379,7 +379,7 @@ def runStages(): stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout 1a1d9e6d2c + git checkout 9d2a07ba8b """) stage('depot_tools', """