home-assistant: bind to earlier python-kasa version

This commit is contained in:
Hugh O'Brien 2024-01-26 03:35:19 -05:00
parent 3f97f7afed
commit e2f0745c68
No known key found for this signature in database
GPG key ID: C940B792DD697FBE

View file

@ -322,6 +322,16 @@ let
};
});
python-kasa = super.python-kasa.overridePythonAttrs (oldAttrs: rec {
version = "0.5.4";
src = fetchFromGitHub {
owner = "python-kasa";
repo = "python-kasa";
rev = "refs/tags/${version}";
hash = "sha256-wGPMrYaTtKkkNW88eyiiciFcBSTRqqChYi6e15WUCHo=";
};
});
python-roborock = super.python-roborock.overridePythonAttrs (oldAttrs: rec {
version = "0.38.0";
src = fetchFromGitHub {