diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index 1f623e190..f41aa85a8 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -1,6 +1,6 @@ {%- set GIT = "https://github.com" -%} {%- set GIT_FREEDESKTOP = GIT ~ "/gitlab-freedesktop-mirrors" -%} -{%- set QT = "6.7.0" -%} +{%- set QT = "6.7.1" -%} {%- set QT_TAG = "v" ~ QT -%} {%- set CMAKE_VER = "3.27.6" -%} {%- set CMAKE_FILE = "cmake-" ~ CMAKE_VER ~ "-Linux-x86_64.sh" -%} @@ -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 931535985f75ca51313923d31d7924560719b3eb \ + && git fetch --depth=1 origin 803f1c2630f5eb0d3b00ba3f095b3079c0533156 \ && git reset --hard FETCH_HEAD \ && rm -rf .git diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 7a6fc8ffa..d9db537b3 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: 931535985f75ca51313923d31d7924560719b3eb + source-commit: 803f1c2630f5eb0d3b00ba3f095b3079c0533156 plugin: dump override-pull: | craftctl default @@ -360,7 +360,7 @@ parts: - mesa-vulkan-drivers - xkb-data override-pull: | - QT=6.7.0 + QT=6.7.1 git clone -b v${QT} --depth=1 https://github.com/qt/qt5.git . git submodule update --init --recursive --depth=1 qtbase qtdeclarative qtwayland qtimageformats qtsvg qtshadertools