home-assistant-custom-components.xiaomi_miot: 1.0.8 -> 1.0.9; Ignore pre-release (#382732)
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "al-one";
|
||||
domain = "xiaomi_miot";
|
||||
version = "1.0.8";
|
||||
version = "1.0.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "al-one";
|
||||
repo = "hass-xiaomi-miot";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-DTIXhs5gPN96C/fWz3s7ZTOybp7Mx+/NbNGXIOGyMmk=";
|
||||
hash = "sha256-2XCm7XEKQgoe8myAgPnYCOO+XdLTAl8NtAVCBMJGqDc=";
|
||||
};
|
||||
|
||||
dependencies = [
|
||||
@@ -28,7 +28,7 @@ buildHomeAssistantComponent rec {
|
||||
|
||||
dontBuild = true;
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex=^v([0-9.]+)$" ]; };
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/al-one/hass-xiaomi-miot/releases/tag/v${version}";
|
||||
|
||||
Reference in New Issue
Block a user