home-assistant-custom-lovelace-modules.universal-remote-card: 4.3.8 -> 4.3.9 (#382866)

This commit is contained in:
K900 2025-02-17 19:19:54 +03:00 committed by GitHub
commit d73210fa57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,18 +6,18 @@
buildNpmPackage rec { buildNpmPackage rec {
pname = "universal-remote-card"; pname = "universal-remote-card";
version = "4.3.8"; version = "4.3.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Nerwyn"; owner = "Nerwyn";
repo = "android-tv-card"; repo = "android-tv-card";
rev = version; rev = version;
hash = "sha256-fu+0O5WXzsy/HN2j7M2zBg8YgPUcSuzeOhOf1akATes="; hash = "sha256-7Eoa1CVruVDuNHvvcdxMERWtq1S+HIFPXMFc+GZu4ns=";
}; };
patches = [ ./dont-call-git.patch ]; patches = [ ./dont-call-git.patch ];
npmDepsHash = "sha256-AwJmFsVFOV6rapnLm9Y660TFiX9HIOIU4049EIyWWuM="; npmDepsHash = "sha256-jjN8VFVw4wFAArUzdxjmH6w9M9WUtpKUgjPqfE3jTOw=";
installPhase = '' installPhase = ''
runHook preInstall runHook preInstall