diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index 4068f53ef..8ed900010 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -58,7 +58,7 @@ ENV CXXFLAGS $CFLAGS FROM builder AS patches RUN git clone {{ GIT }}/desktop-app/patches.git \ && cd patches \ - && git checkout bf05b2a1cc \ + && git checkout 3fad86d684 \ && rm -rf .git FROM builder AS nasm diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index f01db1f26..813716b75 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -404,7 +404,7 @@ if customRunCommand: stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout d0e227f7fd + git checkout 3fad86d684 """) stage('msys64', """