mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 22:30:23 +00:00
home-assistant-custom-components.xiaomi_gateway3: 4.2.3 -> 4.2.4 (#564636)
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "AlexxIT";
|
||||
domain = "xiaomi_gateway3";
|
||||
version = "4.2.3";
|
||||
version = "4.2.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "AlexxIT";
|
||||
repo = "XiaomiGateway3";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-ww+iz0iEHvs0tunTHjmosOnnIaUEti1I/ObFHZNvQAA=";
|
||||
hash = "sha256-0z0pFEx1eWUsrWYaqU2UQ1aL8K0b/n6Z40Uny75h2xo=";
|
||||
};
|
||||
|
||||
dependencies = [ zigpy ];
|
||||
|
||||
Reference in New Issue
Block a user