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 00b60f5 + 472ebee commit e4f3ab4Copy full SHA for e4f3ab4
pkgs/servers/home-assistant/custom-components/xiaomi_miot/package.nix
@@ -11,13 +11,13 @@
11
buildHomeAssistantComponent rec {
12
owner = "al-one";
13
domain = "xiaomi_miot";
14
- version = "1.0.2";
+ version = "1.0.7";
15
16
src = fetchFromGitHub {
17
18
repo = "hass-xiaomi-miot";
19
rev = "v${version}";
20
- hash = "sha256-WoPzWCraTj0VNzwZT9IpK7Loc1OuoQf/2B++SwP7f0Y=";
+ hash = "sha256-V7GPxyRPeyHXJErW/q9o7a+kbhrE46nDjYiSKvEMKnw=";
21
};
22
23
dependencies = [
0 commit comments