Skip to content

Commit 7e81a7f

Browse files
committed
home-assistant-custom-components.homematicip_local: 1.72.0 -> 1.73.0
Diff: SukramJ/homematicip_local@refs/tags/1.72.0...1.73.0 Changelog: https://github.com/danielperna84/custom_homematic/blob/1.73.0/changelog.md
1 parent 05c78a8 commit 7e81a7f

File tree

1 file changed

+2
-2
lines changed
  • pkgs/servers/home-assistant/custom-components/homematicip_local

1 file changed

+2
-2
lines changed

pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
buildHomeAssistantComponent rec {
88
owner = "danielperna84";
99
domain = "homematicip_local";
10-
version = "1.72.0";
10+
version = "1.73.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "danielperna84";
1414
repo = "custom_homematic";
1515
rev = "refs/tags/${version}";
16-
hash = "sha256-K46rlurJCFliCphoIdE2z9Zhpo8sJ4Wq/+xSfHJoPRc=";
16+
hash = "sha256-1ssmaX6G03i9KYgjCRMZqOG2apEZ0069fQnmVy2BVhA=";
1717
};
1818

1919
dependencies = [

0 commit comments

Comments
 (0)