From 93712b37d3c504bf213faa00ccbcda8f2f3daeb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Sat, 12 Apr 2025 15:25:35 +0200 Subject: [PATCH] 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 --- docker/hailo8l/user_installation.sh | 2 +- docker/main/install_hailort.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/hailo8l/user_installation.sh b/docker/hailo8l/user_installation.sh index f1d92b5d5..d96dfb129 100644 --- a/docker/hailo8l/user_installation.sh +++ b/docker/hailo8l/user_installation.sh @@ -4,7 +4,7 @@ sudo apt-get update sudo apt-get install -y build-essential cmake git wget -hailo_version="4.20.0" +hailo_version="4.20.1" arch=$(uname -m) if [[ $arch == "x86_64" ]]; then diff --git a/docker/main/install_hailort.sh b/docker/main/install_hailort.sh index e050bd591..4a5b59d58 100755 --- a/docker/main/install_hailort.sh +++ b/docker/main/install_hailort.sh @@ -2,7 +2,7 @@ set -euxo pipefail -hailo_version="4.20.0" +hailo_version="4.20.1" if [[ "${TARGETARCH}" == "amd64" ]]; then arch="x86_64"