Skip to content

Commit 5b25729

Browse files
ilya-fedinjohn-preston
authored andcommitted
Update patches on Linux
1 parent 8e6d23d commit 5b25729

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
@@ -44,7 +44,7 @@ FROM builder AS patches
4444
RUN git init patches \
4545
&& cd patches \
4646
&& git remote add origin {{ GIT }}/desktop-app/patches.git \
47-
&& git fetch --depth=1 origin 61bbacab28d377d0a2771cc87e008554e2f23ffb \
47+
&& git fetch --depth=1 origin fb35ec726cf0a99eead201ddf80e1e717b9fa7c2 \
4848
&& git reset --hard FETCH_HEAD \
4949
&& rm -rf .git
5050

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ parts:
171171
patches:
172172
source: https://github.com/desktop-app/patches.git
173173
source-depth: 1
174-
source-commit: 61bbacab28d377d0a2771cc87e008554e2f23ffb
174+
source-commit: fb35ec726cf0a99eead201ddf80e1e717b9fa7c2
175175
plugin: dump
176176
override-pull: |
177177
craftctl default

0 commit comments

Comments
 (0)