home-assistant-custom-components.yoto_ha: 3.2.0 -> 3.2.1
Diff: https://github.com/cdnninja/yoto_ha/compare/v3.2.0...v3.2.1 Changelog: https://github.com/cdnninja/yoto_ha/releases/tag/v3.2.1
This commit is contained in:
committed by
Martin Weinelt
parent
c72d5f1858
commit
54905828f1
@@ -8,13 +8,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "cdnninja";
|
||||
domain = "yoto";
|
||||
version = "3.2.0";
|
||||
version = "3.2.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cdnninja";
|
||||
repo = "yoto_ha";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-t//Ox8Ytwjp7kTdz8k1QZyDyejW+mZBt1auncikBYb0=";
|
||||
hash = "sha256-LaDjT28m5JHIDRcIx9bVy2PNlbEbDANGgdw8fnh+BRU=";
|
||||
};
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user