0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00

home-assistant-custom-components.midea_ac_lan: 0.6.5 -> 0.6.6

This commit is contained in:
K900 2025-02-01 00:25:26 +03:00
parent a28a58ff16
commit f343aa1828

View file

@ -8,13 +8,13 @@
buildHomeAssistantComponent rec { buildHomeAssistantComponent rec {
owner = "wuwentao"; owner = "wuwentao";
domain = "midea_ac_lan"; domain = "midea_ac_lan";
version = "0.6.5"; version = "0.6.6";
src = fetchFromGitHub { src = fetchFromGitHub {
inherit owner; inherit owner;
repo = domain; repo = domain;
tag = "v${version}"; tag = "v${version}";
hash = "sha256-BOKGALMrJg2zhcF6E874xaBpqNDivToCQhBP8kh4oJY="; hash = "sha256-GksX+RmQ7lcyuUL3vu9b1q3c56W9yB2Hg20DUNTeOxY=";
}; };
dependencies = [ midea-local ]; dependencies = [ midea-local ];