home-assistant-custom-components.localtuya: 5.2.1 -> 5.2.2 (#337980)

This commit is contained in:
Martin Weinelt 2024-08-29 03:09:53 +02:00 committed by GitHub
commit 4aa61ccce6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildHomeAssistantComponent rec {
owner = "rospogrigio";
domain = "localtuya";
version = "5.2.1";
version = "5.2.2";
src = fetchFromGitHub {
owner = "rospogrigio";
repo = "localtuya";
rev = "v${version}";
hash = "sha256-hA/1FxH0wfM0jz9VqGCT95rXlrWjxV5oIkSiBf0G0ac=";
hash = "sha256-GexGUu4hevRDGF7gv7Jklr5YZJV+QH3kZN7p+eK9HlM=";
};
meta = with lib; {