We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4f3ab4 + eec3624 commit 2855b82Copy full SHA for 2855b82
pkgs/servers/home-assistant/custom-components/xiaomi_gateway3/package.nix
@@ -9,13 +9,13 @@
9
buildHomeAssistantComponent rec {
10
owner = "AlexxIT";
11
domain = "xiaomi_gateway3";
12
- version = "4.0.7";
+ version = "4.0.8";
13
14
src = fetchFromGitHub {
15
16
repo = "XiaomiGateway3";
17
rev = "v${version}";
18
- hash = "sha256-0tLyRQ5KIL3NDAKK8nr8ZrgN/uh8YdGA7iSNJwEIxis=";
+ hash = "sha256-VvuvOUldhmROTs1+YbCT7++VJ71GgGKRbHjqZxQQY0w=";
19
};
20
21
dependencies = [ zigpy ];
0 commit comments