home-assistant: pin influxdb-client at 1.21.0
This commit is contained in:
parent
2dac86f140
commit
7fa90b3e6f
1 changed files with 13 additions and 0 deletions
|
@ -52,6 +52,19 @@ let
|
|||
});
|
||||
})
|
||||
|
||||
# Pinned due to API changes in influxdb-client>1.21.0
|
||||
(self: super: {
|
||||
influxdb-client = super.influxdb-client.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "1.21.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "influxdata";
|
||||
repo = "influxdb-client-python";
|
||||
rev = "v${version}";
|
||||
sha256 = "081pwd3aa7kbgxqcl1hfi2ny4iapnxkcp9ypsfslr69d0khvfc4s";
|
||||
};
|
||||
});
|
||||
})
|
||||
|
||||
# Pinned due to API changes in pyruckus>0.12
|
||||
(self: super: {
|
||||
pyruckus = super.pyruckus.overridePythonAttrs (oldAttrs: rec {
|
||||
|
|
Loading…
Reference in a new issue