home-assistant-custom-components.frigate: 5.9.4 -> 5.10.0 (#451069)

This commit is contained in:
Martin Weinelt
2025-10-11 18:21:05 +00:00
committed by GitHub
@@ -18,13 +18,13 @@
buildHomeAssistantComponent rec {
owner = "blakeblackshear";
domain = "frigate";
version = "5.9.4";
version = "5.10.0";
src = fetchFromGitHub {
owner = "blakeblackshear";
repo = "frigate-hass-integration";
tag = "v${version}";
hash = "sha256-LzrIvHJMB6mFAEfKoMIs0wL+xbEjoBIx48pSEcCHmg4=";
hash = "sha256-rhYShAb251LfcrBjarcle041AWVSEi0wqc9/W1SlgUo=";
};
dependencies = [ hass-web-proxy-lib ];