overlay sys-apps/baselayout: Fix commit hash

Point to the merge commit in flatcar-master branch that contains the
previous commit.
This commit is contained in:
Krzesimir Nowak 2023-05-12 12:20:16 +02:00
parent c16ce9316c
commit b458ccb99f
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="02945e96bea43015d74f1d7beafef5f057ffdd51" # krnowak/move-bash-symlinks
CROS_WORKON_COMMIT="25680dba1b3a314d1024db000d307735f59b5cf1" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi