Bump HailoRT to 4.21.0 for HAOS 16 compatibility (#18859)

Home Assistant OS 16.0.rc1 contains bump of Hailo driver and firmware to
v4.21.0, update Frigate's userspace libraries to the same version to fix
compatibility.
This commit is contained in:
Jan Čermák
2025-06-24 07:18:34 -06:00
committed by GitHub
parent cc368dd20f
commit f3a0d519fb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -euxo pipefail
hailo_version="4.20.1"
hailo_version="4.21.0"
if [[ "${TARGETARCH}" == "amd64" ]]; then
arch="x86_64"