Update yoto HA component together with its library (#372489)

This commit is contained in:
Nick Cao
2025-01-15 09:18:08 -05:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "yoto-api";
version = "1.24.3";
version = "1.24.4";
pyproject = true;
src = fetchFromGitHub {
owner = "cdnninja";
repo = "yoto_api";
tag = "v${version}";
hash = "sha256-C6pucQDM/iyGTaCy9t7vZLNc1EVMqQGAknJQ+nk9QZY=";
hash = "sha256-CZz1zfNoxrySo0cUobk0Sjzk4QjuZxpUczK+FhMKXMU=";
};
build-system = [ setuptools ];
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "cdnninja";
domain = "yoto";
version = "1.22.0";
version = "1.22.4";
src = fetchFromGitHub {
owner = "cdnninja";
repo = "yoto_ha";
tag = "v${version}";
hash = "sha256-uaakUxuPxYqLnE2UK6ept91Lycvvhr0r9vZw44y1W4g=";
hash = "sha256-4OKiXwluatm/WRO77tK/VE+fnRn7Cvvh4et3SjANJWE=";
};
dependencies = [