home-assistant-custom-lovelace-modules.universal-remote-card: 4.2.1 -> 4.3.1

This commit is contained in:
R. Ryantm
2024-12-19 10:13:25 +00:00
parent a98c720fb6
commit 0f87d1cdd3
@@ -6,18 +6,18 @@
buildNpmPackage rec {
pname = "universal-remote-card";
version = "4.2.1";
version = "4.3.1";
src = fetchFromGitHub {
owner = "Nerwyn";
repo = "android-tv-card";
rev = version;
hash = "sha256-Gw8lPAXKZ/PqeH7DeKMU/ZIM+s9xwzDGWzR/G82fOfI=";
hash = "sha256-w8bA+Jzs72RWPw26YoBYz1YtY7a1zXEA1+gWpSVjVNI=";
};
patches = [ ./dont-call-git.patch ];
npmDepsHash = "sha256-QN7X44yRZDoS/KAQU+FxkExwvED47E/5rvKNqUjYwKA=";
npmDepsHash = "sha256-ha/P47C88HVrSZK5vQXdMUhIoqnP0cspwoLYzVM+mVI=";
installPhase = ''
runHook preInstall