Merge pull request #327426 from JManch/frigate-hass-integration

home-assistant-custom-components.frigate: 5.1.0 -> 5.2.0
This commit is contained in:
Martin Weinelt
2024-07-15 23:44:22 +02:00
committed by GitHub
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "presto8";
domain = "frigate";
version = "5.1.0";
version = "5.2.0";
src = fetchFromGitHub {
owner = "blakeblackshear";
repo = "frigate-hass-integration";
rev = "v${version}";
hash = "sha256-6W9U0Q0wW36RsErvtFQo1sc1AF7js6MMHxgMQcDFexw=";
hash = "sha256-OWpOYNVzowdn0iZfJwhdMrAYeqDpNJvSwHpsJX9fDk4=";
};
propagatedBuildInputs = [