Skip to content

Commit

Permalink
home-assistant: bind to earlier python-kasa version
Browse files Browse the repository at this point in the history
  • Loading branch information
hughobrien committed Jan 26, 2024
1 parent 3f97f7a commit e2f0745
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/servers/home-assistant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e2f0745

Please sign in to comment.