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 54d9bb9 commit 144c05dCopy full SHA for 144c05d
pkgs/servers/home-assistant/custom-components/xiaomi_miot/package.nix
@@ -28,7 +28,7 @@ buildHomeAssistantComponent rec {
28
29
dontBuild = true;
30
31
- passthru.updateScript = nix-update-script { };
+ passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex=^v([0-9.]+)$" ]; };
32
33
meta = {
34
changelog = "https://github.com/al-one/hass-xiaomi-miot/releases/tag/v${version}";
0 commit comments