Update Hailo library to v4.20.1 (#17094)

The upcoming HAOS 15.0 will use Hailo driver v4.20.1. The current dev
has the older patch release (v4.20.0) staged for future versions, but
since new Frigate build will be needed for future compatibility, it
makes sense to sync at the latest one.

Link: https://github.com/home-assistant/operating-system/pull/3922
This commit is contained in:
Jan Čermák
2025-04-12 15:25:35 +02:00
committed by GitHub
parent e9787c5a88
commit 93712b37d3
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
set -euxo pipefail
hailo_version="4.20.0"
hailo_version="4.20.1"
if [[ "${TARGETARCH}" == "amd64" ]]; then
arch="x86_64"