Merge pull request #122388 from fabaff/bump-androidtv

authored by

Martin Weinelt and committed by
GitHub
4280bbe7 f3dd40e9

+3 -2
+2 -2
pkgs/development/python-modules/androidtv/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "androidtv"; 14 - version = "0.0.58"; 14 + version = "0.0.59"; 15 15 16 16 # pypi does not contain tests, using github sources instead 17 17 src = fetchFromGitHub { 18 18 owner = "JeffLIrion"; 19 19 repo = "python-androidtv"; 20 20 rev = "v${version}"; 21 - sha256 = "sha256-/5sYiYRFa8XJJ4QSxLzJBHaKfAKsGETiVDHerNQ79U8="; 21 + sha256 = "sha256-QuKWOo+QMBpVJglwvaSMbKKYMN/MW31E7BgIMchESG8="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [ adb-shell pure-python-adb ]
+1
pkgs/servers/home-assistant/default.nix
··· 202 202 "accuweather" 203 203 "airly" 204 204 "analytics" 205 + "androidtv" 205 206 "alert" 206 207 "api" 207 208 "auth"