home-assistant-custom-components.xiaomi_gateway3: 4.0.7 -> 4.0.8

This commit is contained in:
R. Ryantm
2024-12-28 19:49:42 +00:00
parent e069bef58b
commit eec3624d22
@@ -9,13 +9,13 @@
buildHomeAssistantComponent rec {
owner = "AlexxIT";
domain = "xiaomi_gateway3";
version = "4.0.7";
version = "4.0.8";
src = fetchFromGitHub {
owner = "AlexxIT";
repo = "XiaomiGateway3";
rev = "v${version}";
hash = "sha256-0tLyRQ5KIL3NDAKK8nr8ZrgN/uh8YdGA7iSNJwEIxis=";
hash = "sha256-VvuvOUldhmROTs1+YbCT7++VJ71GgGKRbHjqZxQQY0w=";
};
dependencies = [ zigpy ];