diff --git a/tewi/androidtvremote2.nix b/tewi/androidtvremote2.nix index 15bd860c..0cc07405 100644 --- a/tewi/androidtvremote2.nix +++ b/tewi/androidtvremote2.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "androidtvremote2"; - version = "0.0.8"; + version = "0.0.13"; format = "pyproject"; src = fetchFromGitHub { owner = "tronikos"; repo = pname; rev = "v${version}"; - hash = "sha256-R2KXInaWzaBk0KNDsuCLxI/ZY84viqX+7YJOpLsDirc="; + hash = "sha256-+9VVUIvM//Fxv1a/+PAKWSQE8/TgBZzeTisgMqj6KPU="; }; nativeBuildInputs = [