home-assistant-custom-lovelace-modules.universal-remote-card: 4.6.8 -> 4.6.11 (#436484)

This commit is contained in:
K900
2025-08-24 17:23:51 +03:00
committed by GitHub
@@ -6,18 +6,18 @@
buildNpmPackage rec {
pname = "universal-remote-card";
version = "4.6.8";
version = "4.6.11";
src = fetchFromGitHub {
owner = "Nerwyn";
repo = "android-tv-card";
rev = version;
hash = "sha256-UvvEfjj6mDXMBSCxpIexJyXed32hfUieDy2lc2O8cI4=";
hash = "sha256-JlP4miJGtOP5738N57xTYgSSGTHAa/JEwCnR8gk/e18=";
};
patches = [ ./dont-call-git.patch ];
npmDepsHash = "sha256-oqG38l56S49Lecz+LqbyYnqkJRlijkRUPfqgmUcSslk=";
npmDepsHash = "sha256-ALxCA9f1kn73r1f1QhEUg+WEK6CEHvm9lQn4AGG2Js0=";
installPhase = ''
runHook preInstall