From 02dc4e454fe19f1fd86d36d910ecd14ad08a8155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 10 Aug 2026 13:32:55 -0700 Subject: [PATCH] home-assistant-custom-components.homematicip_local: 2.9.0 -> 2.9.1 Diff: https://github.com/SukramJ/custom_homematic/compare/2.9.0...2.9.1 Changelog: https://github.com/SukramJ/custom_homematic/blob/2.9.1/changelog.md --- .../custom-components/homematicip_local/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix b/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix index 0da6bd30a2e9..c5a6094341fd 100644 --- a/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix +++ b/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix @@ -17,13 +17,13 @@ buildHomeAssistantComponent rec { owner = "SukramJ"; domain = "homematicip_local"; - version = "2.9.0"; + version = "2.9.1"; src = fetchFromGitHub { owner = "SukramJ"; repo = "custom_homematic"; tag = version; - hash = "sha256-FqCWIkv5Ex2U05J+ROWLmN0uLBMh3CuPwLqMJKLbuMI="; + hash = "sha256-zBtTqNxmOD844rBxPyHGCkE3GLYUH8mI5qBtPdxz24o="; }; postPatch = ''