From e59ada5b0d6e9c20d761cf83e8b80728cee32c05 Mon Sep 17 00:00:00 2001 From: arcnmx Date: Mon, 14 Aug 2023 09:39:57 -0700 Subject: [PATCH] hass component dependency update --- tewi/androidtvremote2.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [