home-assistant-custom-components.systemair: 1.0.23 -> 1.0.25 (#516752)

This commit is contained in:
Martin Weinelt
2026-05-05 09:48:36 +00:00
committed by GitHub
@@ -10,13 +10,13 @@
buildHomeAssistantComponent rec {
owner = "AN3Orik";
domain = "systemair";
version = "1.0.23";
version = "1.0.25";
src = fetchFromGitHub {
inherit owner;
repo = "systemair";
tag = "v${version}";
hash = "sha256-8cYoqTf8EKlvnSA8C3LHVQGwWrCacHzKGYaUlxyCXgk=";
hash = "sha256-K8Boix6muKsaNOpIw2WothjREbawHeKprHnW8RerxRg=";
};
postPatch = ''