Skip to content

Commit 43faff3

Browse files
committed
home-assistant-custom-components.homematicip_local: 1.81.2 -> 1.82.0
Diff: SukramJ/homematicip_local@refs/tags/1.81.2...1.82.0 Changelog: https://github.com/SukramJ/custom_homematic/blob/1.82.0/changelog.md
1 parent 74c6e46 commit 43faff3

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
@@ -9,13 +9,13 @@
99
buildHomeAssistantComponent rec {
1010
owner = "SukramJ";
1111
domain = "homematicip_local";
12-
version = "1.81.2";
12+
version = "1.82.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "SukramJ";
1616
repo = "custom_homematic";
1717
tag = version;
18-
hash = "sha256-8B1zaU0fMRN2drJvfdifEXM2bXwHBD6PP7/c8lXQPLA=";
18+
hash = "sha256-4JWFjigTDhU0Fjcw5SCBBFQSV2q6IjiueNGSgpPaiNw=";
1919
};
2020

2121
postPatch = ''

0 commit comments

Comments
 (0)