mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
home-assistant-custom-components.homematicip_local: 1.59.0 -> 1.60.1
Diff: https://github.com/danielperna84/custom_homematic/compare/refs/tags/1.59.0...1.60.1 Changelog: https://github.com/danielperna84/custom_homematic/blob/1.60.1/changelog.md
This commit is contained in:
parent
920a791be7
commit
f77de8e281
@ -7,13 +7,13 @@
|
|||||||
buildHomeAssistantComponent rec {
|
buildHomeAssistantComponent rec {
|
||||||
owner = "danielperna84";
|
owner = "danielperna84";
|
||||||
domain = "homematicip_local";
|
domain = "homematicip_local";
|
||||||
version = "1.59.0";
|
version = "1.60.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "danielperna84";
|
owner = "danielperna84";
|
||||||
repo = "custom_homematic";
|
repo = "custom_homematic";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-fVOx/ONE+XXluXrImZWoD630EK/FOLb/Ft/L7t2Ua8o=";
|
hash = "sha256-EJj9zmDdJ+T7yrANmRJuLRCSwvGLy2CkIBsO9H3LIs4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
Loading…
Reference in New Issue
Block a user