home-assistant-custom-lovelace-modules.universal-remote-card: 4.0.5 -> 4.0.6

Diff: https://github.com/Nerwyn/android-tv-card/compare/4.0.5...4.0.6
This commit is contained in:
K900 2024-10-04 07:48:45 +03:00
parent f981e40cba
commit d77225b9f0

View File

@ -5,18 +5,18 @@
buildNpmPackage rec {
pname = "universal-remote-card";
version = "4.0.5";
version = "4.0.6";
src = fetchFromGitHub {
owner = "Nerwyn";
repo = "android-tv-card";
rev = version;
hash = "sha256-LuljLjAljDn2hCMvdGpN27EzAxPl5Vnq4kIDVZ/8GV8=";
hash = "sha256-daxuvbjbnB1OZbvVGrA/jRe65x3MCXGFQ3o4L17Bgjk=";
};
patches = [ ./dont-call-git.patch ];
npmDepsHash = "sha256-trFOW3iJUm7jFLhDEjKqAkCJz5Pk4LqF4M6au1LjLzc=";
npmDepsHash = "sha256-AQYsXaZ4TyL8QjxOfub24NBxp0U6WMe+Czq+ooXwkIw=";
installPhase = ''
runHook preInstall