home-assistant-custom-components.systemair: 1.0.23 -> 1.0.25

This commit is contained in:
R. Ryantm
2026-05-05 06:21:51 +00:00
parent 9753660c35
commit 1b978b7623
@@ -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 = ''