mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
home-assistant-custom-components.midea_ac_lan: 0.6.5 -> 0.6.6
This commit is contained in:
parent
a28a58ff16
commit
f343aa1828
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
|||
buildHomeAssistantComponent rec {
|
||||
owner = "wuwentao";
|
||||
domain = "midea_ac_lan";
|
||||
version = "0.6.5";
|
||||
version = "0.6.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit owner;
|
||||
repo = domain;
|
||||
tag = "v${version}";
|
||||
hash = "sha256-BOKGALMrJg2zhcF6E874xaBpqNDivToCQhBP8kh4oJY=";
|
||||
hash = "sha256-GksX+RmQ7lcyuUL3vu9b1q3c56W9yB2Hg20DUNTeOxY=";
|
||||
};
|
||||
|
||||
dependencies = [ midea-local ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue