mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
home-assistant: pin aiolyric at 1.1.1
This commit is contained in:
parent
ef0b131256
commit
bb53109fc9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user