hass component dependency update

This commit is contained in:
arcnmx 2023-08-14 09:39:57 -07:00
parent a6f1a5ba94
commit e59ada5b0d

View file

@ -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 = [