From 2aabf7b04791a73ddf6faf31d4a6f33b3ba4908c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 10 Apr 2026 08:32:09 -0700 Subject: [PATCH] home-assistant-custom-components.homematicip_local: 2.5.2 -> 2.6.0 Diff: https://github.com/SukramJ/custom_homematic/compare/2.5.2...2.6.0 Changelog: https://github.com/SukramJ/custom_homematic/blob/2.6.0/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 e6461a7305f8..2a1bf4d58c7d 100644 --- a/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix +++ b/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix @@ -14,13 +14,13 @@ buildHomeAssistantComponent rec { owner = "SukramJ"; domain = "homematicip_local"; - version = "2.5.2"; + version = "2.6.0"; src = fetchFromGitHub { owner = "SukramJ"; repo = "custom_homematic"; tag = version; - hash = "sha256-aGxz46s1LMFZkAS101gfpAerkWPQz4eNjxvc4EMgj5M="; + hash = "sha256-u3REMGuaQ+wQgDgiTvplBRMbzZJDUfcbyJm9tYOuYIw="; }; postPatch = ''