File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Telegram/build/docker/centos_env Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ FROM builder AS patches
4444RUN 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments