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.
1 parent 144c05d commit 6283195Copy full SHA for 6283195
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.8";
+ version = "1.0.9";
15
16
src = fetchFromGitHub {
17
18
repo = "hass-xiaomi-miot";
19
rev = "v${version}";
20
- hash = "sha256-DTIXhs5gPN96C/fWz3s7ZTOybp7Mx+/NbNGXIOGyMmk=";
+ hash = "sha256-2XCm7XEKQgoe8myAgPnYCOO+XdLTAl8NtAVCBMJGqDc=";
21
};
22
23
dependencies = [
0 commit comments