From 6734f99ba8b46b716beab112f98ff1551f47c2e2 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Sun, 19 May 2024 20:14:15 +0400 Subject: [PATCH] Update lib_ui & patches on Linux --- Telegram/build/docker/centos_env/Dockerfile | 2 +- Telegram/lib_ui | 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 251123360012c..1f623e190d24c 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 25f76cf4d58fae5742447d17d2574ab1fad196e5 \ + && git fetch --depth=1 origin 931535985f75ca51313923d31d7924560719b3eb \ && git reset --hard FETCH_HEAD \ && rm -rf .git diff --git a/Telegram/lib_ui b/Telegram/lib_ui index 72a1c98fa6470..037ceb272c4dd 160000 --- a/Telegram/lib_ui +++ b/Telegram/lib_ui @@ -1 +1 @@ -Subproject commit 72a1c98fa6470f160d0d81cca9a1b123821e8e0f +Subproject commit 037ceb272c4dd2eb456e18b61e374c1fa759d109 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index b65e2e06d3cfd..7a6fc8ffa0466 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -165,7 +165,7 @@ parts: patches: source: https://github.com/desktop-app/patches.git source-depth: 1 - source-commit: 25f76cf4d58fae5742447d17d2574ab1fad196e5 + source-commit: 931535985f75ca51313923d31d7924560719b3eb plugin: dump override-pull: | craftctl default