home-assistant-custom-lovelace-modules.universal-remote-card: 4.9.1 -> 4.9.2 (#469730)

This commit is contained in:
Martin Weinelt
2025-12-10 22:35:06 +00:00
committed by GitHub
@@ -6,18 +6,18 @@
buildNpmPackage rec {
pname = "universal-remote-card";
version = "4.9.1";
version = "4.9.2";
src = fetchFromGitHub {
owner = "Nerwyn";
repo = "android-tv-card";
rev = version;
hash = "sha256-vAg45lELCh/oB0h8SWWTUmPGezjODPQAW+fzojIKxy8=";
hash = "sha256-ifFs+C42i8Iq1CLJIgJ1MRyNzVczDSAur2NJNWMjQSc=";
};
patches = [ ./dont-call-git.patch ];
npmDepsHash = "sha256-xtVf1/K0gqgYYzU0MbPhmWzKRvaDGEMN8ipwVwAmS44=";
npmDepsHash = "sha256-4RpBYUBlKqogaiibbiUGK1pS3ZN5h9teKjqFJPMJiIY=";
installPhase = ''
runHook preInstall