Skip to content

Commit 4a3db72

Browse files
authored
home-assistant-custom-components.xiaomi_miot: 1.0.8 -> 1.0.9; Ignore pre-release (#382732)
2 parents d952b8c + 6283195 commit 4a3db72

File tree

1 file changed

+3
-3
lines changed
  • pkgs/servers/home-assistant/custom-components/xiaomi_miot

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
buildHomeAssistantComponent rec {
1212
owner = "al-one";
1313
domain = "xiaomi_miot";
14-
version = "1.0.8";
14+
version = "1.0.9";
1515

1616
src = fetchFromGitHub {
1717
owner = "al-one";
1818
repo = "hass-xiaomi-miot";
1919
rev = "v${version}";
20-
hash = "sha256-DTIXhs5gPN96C/fWz3s7ZTOybp7Mx+/NbNGXIOGyMmk=";
20+
hash = "sha256-2XCm7XEKQgoe8myAgPnYCOO+XdLTAl8NtAVCBMJGqDc=";
2121
};
2222

2323
dependencies = [
@@ -28,7 +28,7 @@ buildHomeAssistantComponent rec {
2828

2929
dontBuild = true;
3030

31-
passthru.updateScript = nix-update-script { };
31+
passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex=^v([0-9.]+)$" ]; };
3232

3333
meta = {
3434
changelog = "https://github.com/al-one/hass-xiaomi-miot/releases/tag/v${version}";

0 commit comments

Comments
 (0)