Skip to content

Commit

Permalink
home-assistant-custom-components.homematicip_local: 1.75.0 -> 1.76.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Jan 1, 2025
1 parent c368e0a commit 1e0b0c0
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand All @@ -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;
};
Expand Down

0 comments on commit 1e0b0c0

Please sign in to comment.