home-assistant: pin nettigo-air-monitor at 1.1.1

This commit is contained in:
Martin Weinelt 2021-11-13 16:19:01 +01:00
parent e29d818477
commit 22fcead7b4
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -78,6 +78,18 @@ let
});
})
(self: super: {
nettigo-air-monitor = super.nettigo-air-monitor.overridePythonAttrs (oldAttrs: rec {
version = "1.1.1";
src = fetchFromGitHub {
owner = "bieniu";
repo = "nettigo-air-monitor";
rev = version;
sha256 = "sha256-OIB1d6XtstUr5P0q/dmyJS7+UbtkFQIiuSnzwcdP1mE=";
};
});
})
# Pinned due to API changes in pyruckus>0.12
(self: super: {
pyruckus = super.pyruckus.overridePythonAttrs (oldAttrs: rec {