From 05318b2d320afb34f83beead1d2c06ea2d1ad830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 12 Apr 2025 17:19:17 -0700 Subject: [PATCH] home-assistant-custom-components.homematicip_local: 1.82.1 -> 1.83.0 Diff: https://github.com/SukramJ/custom_homematic/compare/refs/tags/1.82.1...1.83.0 Changelog: https://github.com/SukramJ/custom_homematic/blob/1.83.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 ebeaa5dcf334..fc2440562dcc 100644 --- a/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix +++ b/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix @@ -9,13 +9,13 @@ buildHomeAssistantComponent rec { owner = "SukramJ"; domain = "homematicip_local"; - version = "1.82.1"; + version = "1.83.0"; src = fetchFromGitHub { owner = "SukramJ"; repo = "custom_homematic"; tag = version; - hash = "sha256-/ZUSPYdjHZ/qHucKgxPLjvktr0LEYRdHPn/iypf3Y44="; + hash = "sha256-F26Q7nfikw5NSa84L0LKwTSQDmqEdxwYyyzBNzSMWPw="; }; postPatch = ''