home-assistant: pin nibe at 0.5.0
This commit is contained in:
parent
dd96d8ffbb
commit
5be6a3f42c
1 changed files with 10 additions and 0 deletions
|
@ -62,6 +62,16 @@ let
|
|||
};
|
||||
});
|
||||
|
||||
nibe = super.nibe.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "0.5.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "yozik04";
|
||||
repo = "nibe";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-DguGWNJfc5DfbcKMX2eMM2U1WyVPcdtv2BmpVloOFSU=";
|
||||
};
|
||||
});
|
||||
|
||||
# pytest-aiohttp>0.3.0 breaks home-assistant tests
|
||||
pytest-aiohttp = super.pytest-aiohttp.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "0.3.0";
|
||||
|
|
Loading…
Reference in a new issue