mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
home-assistant-custom-components.homematicip_local: 1.62.0 -> 1.63.0
Diff: https://github.com/danielperna84/custom_homematic/compare/refs/tags/1.62.0...1.63.0 Changelog: https://github.com/danielperna84/custom_homematic/blob/1.63.0/changelog.md
This commit is contained in:
parent
3ac328bbd6
commit
ecac5c9c7f
@ -7,13 +7,13 @@
|
|||||||
buildHomeAssistantComponent rec {
|
buildHomeAssistantComponent rec {
|
||||||
owner = "danielperna84";
|
owner = "danielperna84";
|
||||||
domain = "homematicip_local";
|
domain = "homematicip_local";
|
||||||
version = "1.62.0";
|
version = "1.63.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "danielperna84";
|
owner = "danielperna84";
|
||||||
repo = "custom_homematic";
|
repo = "custom_homematic";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-jvjbo4nOh19o/Z/cDJ+DqDnP/d5YDZjDJjBp5I6yRQc=";
|
hash = "sha256-DK+zkNidHF/41qMQLxmYjgcybbC8fomfSmViL+pN/1Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
Loading…
Reference in New Issue
Block a user