Skip to content

Commit 1ac081d

Browse files
committed
Update patches revision.
1 parent e537279 commit 1ac081d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Telegram/build/docker/centos_env/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ FROM builder AS patches
9393
RUN git init patches \
9494
&& cd patches \
9595
&& git remote add origin https://github.com/desktop-app/patches.git \
96-
&& git fetch --depth=1 origin 859556cab51d17585ff76d3db62ff1c7502bc850 \
96+
&& git fetch --depth=1 origin 6eee01a2c24ed9a2bd4510a5087b489ab842d00e \
9797
&& git reset --hard FETCH_HEAD \
9898
&& rm -rf .git
9999

Telegram/build/prepare/prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ def runStages():
452452
stage('patches', """
453453
git clone https://github.com/desktop-app/patches.git
454454
cd patches
455-
git checkout bc4c036311d07656c400c3f94877bdcf16d91688
455+
git checkout 6eee01a2c24ed9a2bd4510a5087b489ab842d00e
456456
""")
457457

458458
stage('msys64', """

0 commit comments

Comments
 (0)