mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
home-assistant: pin aioairzone==0.2.3
This commit is contained in:
parent
655d9c2d36
commit
817446361d
@ -58,6 +58,19 @@ let
|
||||
});
|
||||
})
|
||||
|
||||
(self: super: {
|
||||
aioairzone = super.aioairzone.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "0.2.3";
|
||||
src = fetchFromGitHub {
|
||||
owner = "Noltari";
|
||||
repo = "aioairzone";
|
||||
rev = version;
|
||||
hash = "sha256-vy6NqtlWv2El259rC+Nm0gs/rsY+s8xe7Z+wXvT1Ing=";
|
||||
};
|
||||
});
|
||||
})
|
||||
|
||||
|
||||
(self: super: {
|
||||
huawei-lte-api = super.huawei-lte-api.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "1.4.18";
|
||||
|
Loading…
Reference in New Issue
Block a user