home-assistant-custom-lovelace-modules.universal-remote-card: 4.6.5 -> 4.6.8

This commit is contained in:
R. Ryantm 2025-08-15 23:43:59 +00:00
parent 3d62d9c518
commit 08fb5cfb93

View File

@ -6,18 +6,18 @@
buildNpmPackage rec {
pname = "universal-remote-card";
version = "4.6.5";
version = "4.6.8";
src = fetchFromGitHub {
owner = "Nerwyn";
repo = "android-tv-card";
rev = version;
hash = "sha256-ciIWo2m4Cvktzqz6fPLdvBEfGoxH98L/AtzWsrIJmgg=";
hash = "sha256-UvvEfjj6mDXMBSCxpIexJyXed32hfUieDy2lc2O8cI4=";
};
patches = [ ./dont-call-git.patch ];
npmDepsHash = "sha256-NHt0CB8DCcMMaNvH4eERcSxMar2Uhc3BoUqy1KnqYqQ=";
npmDepsHash = "sha256-oqG38l56S49Lecz+LqbyYnqkJRlijkRUPfqgmUcSslk=";
installPhase = ''
runHook preInstall