home-assistant-custom-lovelace-modules.universal-remote-card: 4.7.2 -> 4.8.0

This commit is contained in:
R. Ryantm
2025-09-20 01:19:52 +00:00
parent 984cd9c38b
commit 61145dceb0
@@ -6,18 +6,18 @@
buildNpmPackage rec {
pname = "universal-remote-card";
version = "4.7.2";
version = "4.8.0";
src = fetchFromGitHub {
owner = "Nerwyn";
repo = "android-tv-card";
rev = version;
hash = "sha256-/c9hheiNJX3DBeLayX0fBAHBG3AxXHIwAVG6VlmrhnM=";
hash = "sha256-t70Nm695FBBsxnZ2wxPjo86OQ7X2/NLKkhePQ23xj/4=";
};
patches = [ ./dont-call-git.patch ];
npmDepsHash = "sha256-uPR26V9o8xnaXhNGnRqIwYtnHPoFznEG2wT+q4ByR1c=";
npmDepsHash = "sha256-TFfyq6wCQ6kAOHn75YqOTOrT17ASvOSnO2mr7qnc+Zw=";
installPhase = ''
runHook preInstall