From 1e0b0c05f70808d6f56375e7e91455c740ec1068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 1 Jan 2025 05:29:00 -0800 Subject: [PATCH] home-assistant-custom-components.homematicip_local: 1.75.0 -> 1.76.1 Diff: https://github.com/SukramJ/custom_homematic/compare/refs/tags/1.75.0...1.76.1 Changelog: https://github.com/SukramJ/custom_homematic/blob/1.76.1/changelog.md --- .../homematicip_local/package.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 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 29fd801e38aae..643b58e3ae7de 100644 --- a/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix +++ b/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix @@ -7,15 +7,15 @@ }: buildHomeAssistantComponent rec { - owner = "danielperna84"; + owner = "SukramJ"; domain = "homematicip_local"; - version = "1.75.0"; + version = "1.76.1"; src = fetchFromGitHub { - owner = "danielperna84"; + owner = "SukramJ"; repo = "custom_homematic"; - rev = "refs/tags/${version}"; - hash = "sha256-H5Gf09C9/s2JYVTjgiYNe28mV18mqTiJ0ZDR6rnuojo="; + tag = version; + hash = "sha256-dBNZFYoi6tA9waV/yPCkgLu+ADxq09UKsOBHWOOBRJY="; }; postPatch = '' @@ -30,9 +30,9 @@ buildHomeAssistantComponent rec { ]; meta = { - changelog = "https://github.com/danielperna84/custom_homematic/blob/${version}/changelog.md"; + changelog = "https://github.com/SukramJ/custom_homematic/blob/${src.tag}/changelog.md"; description = "Custom Home Assistant Component for HomeMatic"; - homepage = "https://github.com/danielperna84/custom_homematic"; + homepage = "https://github.com/SukramJ/custom_homematic"; maintainers = with lib.maintainers; [ dotlambda ]; license = lib.licenses.mit; };