Update patches revision.

This commit is contained in:
John Preston 2021-09-24 08:46:52 +04:00
parent 132f127f3f
commit b47692e920
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ ENV LibrariesPath /usr/src/Libraries
WORKDIR $LibrariesPath
FROM builder AS patches
RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 01779db1de
RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 9d2a07ba8b
FROM builder AS extra-cmake-modules

View file

@ -379,7 +379,7 @@ def runStages():
stage('patches', """
git clone https://github.com/desktop-app/patches.git
cd patches
git checkout 1a1d9e6d2c
git checkout 9d2a07ba8b
""")
stage('depot_tools', """