Loading pkgs/servers/home-assistant/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -134,6 +134,16 @@ let }; }); plexapi = super.plexapi.overridePythonAttrs (oldAttrs: rec { version = "4.13.2"; src = fetchFromGitHub { owner = "pkkid"; repo = "python-plexapi"; rev = "refs/tags/${version}"; hash = "sha256-5YwINPgQ4efZBvu5McsLYicW/7keKSi011lthJUR9zw="; }; }); # Pinned due to API changes in 0.1.0 poolsense = super.poolsense.overridePythonAttrs (oldAttrs: rec { version = "0.0.8"; Loading Loading
pkgs/servers/home-assistant/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -134,6 +134,16 @@ let }; }); plexapi = super.plexapi.overridePythonAttrs (oldAttrs: rec { version = "4.13.2"; src = fetchFromGitHub { owner = "pkkid"; repo = "python-plexapi"; rev = "refs/tags/${version}"; hash = "sha256-5YwINPgQ4efZBvu5McsLYicW/7keKSi011lthJUR9zw="; }; }); # Pinned due to API changes in 0.1.0 poolsense = super.poolsense.overridePythonAttrs (oldAttrs: rec { version = "0.0.8"; Loading