Skip to content

Commit 144c05d

Browse files
committed
home-assistant-custom-components.xiaomi_miot: Ignore pre-release for nix-update
1 parent 54d9bb9 commit 144c05d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)