home-assistant-custom-components.polaris-mqtt: 1.0.10 -> 1.0.11 (#457379)

This commit is contained in:
K900
2025-10-31 23:34:37 +00:00
committed by GitHub

View File

@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec { buildHomeAssistantComponent rec {
owner = "samoswall"; owner = "samoswall";
domain = "polaris"; domain = "polaris";
version = "1.0.10"; version = "1.0.11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "samoswall"; owner = "samoswall";
repo = "polaris-mqtt"; repo = "polaris-mqtt";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-GxNGZISV/YjMLH2hpoyuyKGvRDiZ3ejI2eJ7o00dqK8="; hash = "sha256-ei0O+PTi/nV8Jb3ul+52vsmQxC3irYu0YjBotqYoipc=";
}; };
meta = { meta = {