From 5ebd0df15ffdc26832c24361ebfc66e69a7c7df0 Mon Sep 17 00:00:00 2001 From: ilya-fedin Date: Sat, 25 Oct 2025 17:43:46 +0300 Subject: [PATCH] Update patches on Linux --- Telegram/build/docker/centos_env/Dockerfile | 2 +- snap/snapcraft.yaml | 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 370117a81f..c7697ce73b 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 c91bf24dcdf814cc3a3a37e2cb980ccb95f0f39f \ + && git fetch --depth=1 origin 0b68b11048987a68d31b2d8380d9b7c5116aa961 \ && git reset --hard FETCH_HEAD \ && rm -rf .git diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 6fe44f52ce..01094cf38e 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -122,7 +122,7 @@ parts: patches: source: https://github.com/desktop-app/patches.git source-depth: 1 - source-commit: c91bf24dcdf814cc3a3a37e2cb980ccb95f0f39f + source-commit: 0b68b11048987a68d31b2d8380d9b7c5116aa961 plugin: nil override-pull: | craftctl default