diff options
Diffstat (limited to 'scripts/mobilecomponents.sh')
-rwxr-xr-x | scripts/mobilecomponents.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index 72adcaae5..c2336e6d6 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -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 3606ef16375f9deb132565463d1ab11cea2548df + git checkout 3023536f809b165eb90300aa356407f4079c6507 popd fi if [ ! -d breeze-icons ] ; then |