home-assistant: pin nibe at 0.5.0

This commit is contained in:
Martin Weinelt 2022-11-12 14:00:26 +01:00
parent dd96d8ffbb
commit 5be6a3f42c
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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";