File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/servers/home-assistant/custom-components/xiaomi_miot Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111buildHomeAssistantComponent 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 } " ;
You can’t perform that action at this time.
0 commit comments