Update seismograph

This change pulls in the latest commit of seismograph.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
Gabriel Adrian Samfira 2025-02-19 16:09:48 +02:00
parent fb396e642f
commit 10ce3cc469
No known key found for this signature in database
GPG Key ID: 7D073DCC2C074CB5
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/seismograph.git"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
EGIT_COMMIT="0d57463de18df81741375d628852c521542b6836" # flatcar-master
EGIT_COMMIT="e32ac4d13ca44333dc77e5872dbf23f964b6f1e2" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi