home-assistant-custom-components.xiaomi_gateway3: 4.0.5 -> 4.0.6 (#339765)

This commit is contained in:
Martin Weinelt 2024-09-21 14:50:18 +02:00 committed by GitHub
commit 5bf8dd6f23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
buildHomeAssistantComponent rec {
owner = "AlexxIT";
domain = "xiaomi_gateway3";
version = "4.0.5";
version = "4.0.6";
src = fetchFromGitHub {
owner = "AlexxIT";
repo = "XiaomiGateway3";
rev = "v${version}";
hash = "sha256-C8aY23e6iWANbhCRQYNHx+3fomVO+7qdxj+qfv+K3JM=";
hash = "sha256-E3BekX0Xbp1R36+dYmOlsI2BTrdGjFsMoYYRIiBi1qU=";
};
propagatedBuildInputs = [ zigpy ];
@ -25,7 +25,7 @@ buildHomeAssistantComponent rec {
passthru.updateScript = nix-update-script { };
meta = with lib; {
changelog = "https://github.com/AlexxIT/XiaomiGateway3/releases/tag/v{version}";
changelog = "https://github.com/AlexxIT/XiaomiGateway3/releases/tag/v${version}";
description = "Home Assistant custom component for control Xiaomi Multimode Gateway (aka Gateway 3), Xiaomi Multimode Gateway 2, Aqara Hub E1 on default firmwares over LAN";
homepage = "https://github.com/AlexxIT/XiaomiGateway3";
maintainers = with maintainers; [ azuwis ];