Skip to content

Commit 2855b82

Browse files
authored
home-assistant-custom-components.xiaomi_gateway3: 4.0.7 -> 4.0.8 (#368913)
2 parents e4f3ab4 + eec3624 commit 2855b82

File tree

1 file changed

+2
-2
lines changed
  • pkgs/servers/home-assistant/custom-components/xiaomi_gateway3

1 file changed

+2
-2
lines changed

pkgs/servers/home-assistant/custom-components/xiaomi_gateway3/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
buildHomeAssistantComponent rec {
1010
owner = "AlexxIT";
1111
domain = "xiaomi_gateway3";
12-
version = "4.0.7";
12+
version = "4.0.8";
1313

1414
src = fetchFromGitHub {
1515
owner = "AlexxIT";
1616
repo = "XiaomiGateway3";
1717
rev = "v${version}";
18-
hash = "sha256-0tLyRQ5KIL3NDAKK8nr8ZrgN/uh8YdGA7iSNJwEIxis=";
18+
hash = "sha256-VvuvOUldhmROTs1+YbCT7++VJ71GgGKRbHjqZxQQY0w=";
1919
};
2020

2121
dependencies = [ zigpy ];

0 commit comments

Comments
 (0)