diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index 9ff771f41..f7b674422 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -54,7 +54,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 b8390aef3db43f973486c6e512f4e825ffd09691 \ + && git fetch --depth=1 origin 75140a10eefcecaad7b3f3aa4586b880a39007ff \ && git reset --hard FETCH_HEAD \ && rm -rf .git diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 95e95f375..dbb12885e 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -168,7 +168,7 @@ parts: patches: source: https://github.com/desktop-app/patches.git source-depth: 1 - source-commit: b8390aef3db43f973486c6e512f4e825ffd09691 + source-commit: 75140a10eefcecaad7b3f3aa4586b880a39007ff plugin: dump override-pull: | craftctl default