home-assistant-custom-lovelace-modules.universal-remote-card: 4.8.4 -> 4.9.0

This commit is contained in:
R. Ryantm
2025-11-23 01:21:18 +00:00
parent 60d40a82c9
commit 51f9eb96ea
@@ -6,18 +6,18 @@
buildNpmPackage rec {
pname = "universal-remote-card";
version = "4.8.4";
version = "4.9.0";
src = fetchFromGitHub {
owner = "Nerwyn";
repo = "android-tv-card";
rev = version;
hash = "sha256-PPF+aiUso6iIa5SoFgKsaW9RA0sYP9poDiXgqAyBbys=";
hash = "sha256-HvTxuC+qjljFPjRkEjdf+Jy7atpTVtZRU7y05Rcvhps=";
};
patches = [ ./dont-call-git.patch ];
npmDepsHash = "sha256-z8a+aJVLQYlRAFGptbKW9AF26Xr4xsJYsOIHYHEozFE=";
npmDepsHash = "sha256-h3E2dJTdR6b+TwkXPdK0+hrMZ+Zj5b27oMDD413cBKM=";
installPhase = ''
runHook preInstall