From 9ec27aad53f3cc37100e7c3fcd5efd9d31d92058 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Wed, 2 Jul 2025 13:22:45 +0000 Subject: [PATCH] Update patches --- Telegram/build/docker/centos_env/Dockerfile | 2 +- Telegram/build/prepare/prepare.py | 2 +- snap/snapcraft.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index 9632ce4644..99fb373035 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -91,7 +91,7 @@ FROM builder AS patches RUN git init patches \ && cd patches \ && git remote add origin https://github.com/desktop-app/patches.git \ - && git fetch --depth=1 origin a405719f0963abf7cb93354a390617c0f0d90f17 \ + && git fetch --depth=1 origin 1ffcb17817a2cab167061d530703842395291e69 \ && git reset --hard FETCH_HEAD \ && rm -rf .git diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index b66056016c..26ec22b16d 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -456,7 +456,7 @@ if customRunCommand: stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout a405719f0963abf7cb93354a390617c0f0d90f17 + git checkout 1ffcb17817a2cab167061d530703842395291e69 """) stage('msys64', """ diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 870f3951c9..8316efd89e 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -164,7 +164,7 @@ parts: patches: source: https://github.com/desktop-app/patches.git source-depth: 1 - source-commit: a405719f0963abf7cb93354a390617c0f0d90f17 + source-commit: 1ffcb17817a2cab167061d530703842395291e69 plugin: dump override-pull: | craftctl default