Update known-good Kirigami SHA

This way we get the kirigami.pri fix for the iOS build.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-10-15 21:36:06 -04:00
parent 4d283bdd5f
commit 8f6827ab12

View file

@ -33,7 +33,7 @@ if [ "$NOPULL" = "" ] ; then
git checkout master
git pull origin master
# if we want to pin a specific Kirigami version, we can do this here
git checkout 71e0b7ca2aee5b2381e07baedc0affcd367758b7
git checkout 6a16e00a692914b1d3918ba57e658342de4d2c23
popd
fi
if [ ! -d breeze-icons ] ; then