diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index 48c5f3ccd6..4e2c8f6fbe 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -44,7 +44,7 @@ FROM builder AS patches RUN git init patches \ && cd patches \ && git remote add origin {{ GIT }}/desktop-app/patches.git \ - && git fetch --depth=1 origin 61bbacab28d377d0a2771cc87e008554e2f23ffb \ + && git fetch --depth=1 origin fb35ec726cf0a99eead201ddf80e1e717b9fa7c2 \ && git reset --hard FETCH_HEAD \ && rm -rf .git diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 7ef0aefda8..cb8f1ea108 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -171,7 +171,7 @@ parts: patches: source: https://github.com/desktop-app/patches.git source-depth: 1 - source-commit: 61bbacab28d377d0a2771cc87e008554e2f23ffb + source-commit: fb35ec726cf0a99eead201ddf80e1e717b9fa7c2 plugin: dump override-pull: | craftctl default