home-assistant-custom-components.frigate: 5.9.2 -> 5.9.3
https://github.com/blakeblackshear/frigate-hass-integration/releases/tag/v5.9.3
This commit is contained in:
@@ -18,13 +18,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "blakeblackshear";
|
||||
domain = "frigate";
|
||||
version = "5.9.2";
|
||||
version = "5.9.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "blakeblackshear";
|
||||
repo = "frigate-hass-integration";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-XVHw9AjngzbMnzRPJ/VL1Hy0gG3q+rV4Gfh8K7pIW6M=";
|
||||
hash = "sha256-kbhDZbyNVct0GDhIr7mKyeVIkyV+Gc/gzbKnnv1FcQg=";
|
||||
};
|
||||
|
||||
dependencies = [ hass-web-proxy-lib ];
|
||||
|
||||
Reference in New Issue
Block a user