home-assistant: pin aiolyric at 1.1.1

This commit is contained in:
Martin Weinelt 2024-05-05 03:14:23 +02:00
parent ef0b131256
commit bb53109fc9
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -52,6 +52,16 @@ let
];
});
aiolyric = super.aiolyric.overridePythonAttrs (oldAttrs: rec {
version = "1.1.1";
src = fetchFromGitHub {
owner = "timmo001";
repo = "aiolyric";
rev = "refs/tags/${version}";
hash = "sha256-FZhLjVrLzLv6CZz/ROlvbtBK9XnpO8pG48aSIoBxhCo=";
};
});
aiopurpleair = super.aiopurpleair.overridePythonAttrs (oldAttrs: rec {
version = "2022.12.1";
src = fetchFromGitHub {