diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index f6e4335350c86f..350c7a3fd5621f 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -51,7 +51,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 ce5098d9bd638ec264fd8cf69ef3ef31d8139d18 \ + && git fetch --depth=1 origin 44f5103860dfa3f9b9675730231af6fbe28cde93 \ && git reset --hard FETCH_HEAD \ && rm -rf .git diff --git a/Telegram/lib_ui b/Telegram/lib_ui index db8c3d16e8371b..f76ddd841ca02c 160000 --- a/Telegram/lib_ui +++ b/Telegram/lib_ui @@ -1 +1 @@ -Subproject commit db8c3d16e8371bd58024970b8da793bef9d66ede +Subproject commit f76ddd841ca02ca35432f6de569f8c430a9713b1 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 678b4d01842897..7b776176912846 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -167,7 +167,7 @@ parts: patches: source: https://github.com/desktop-app/patches.git source-depth: 1 - source-commit: ce5098d9bd638ec264fd8cf69ef3ef31d8139d18 + source-commit: 44f5103860dfa3f9b9675730231af6fbe28cde93 plugin: dump override-pull: | craftctl default