home-assistant-custom-lovelace-modules.android-tv-card: 3.9.3 -> 3.9.4

Diff: https://github.com/Nerwyn/android-tv-card/compare/3.9.3...3.9.4
This commit is contained in:
K900 2024-08-08 09:08:02 +03:00
parent 85863c5df7
commit bb7da4d474

View File

@ -5,18 +5,18 @@
buildNpmPackage rec { buildNpmPackage rec {
pname = "android-tv-card"; pname = "android-tv-card";
version = "3.9.3"; version = "3.9.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Nerwyn"; owner = "Nerwyn";
repo = "android-tv-card"; repo = "android-tv-card";
rev = version; rev = version;
hash = "sha256-le9FdGuYQBi9wlnzSmoumIdYJKh06pFanmJo3V1hkJI="; hash = "sha256-I50WNH/OL7O6YrZ0yf+uPJc05STJrjP8DS/wfaSBTHU=";
}; };
patches = [ ./dont-call-git.patch ]; patches = [ ./dont-call-git.patch ];
npmDepsHash = "sha256-dUJCmiAESlcK09CQweujtH6fN2HxvGUPmQaG7IQMm5U="; npmDepsHash = "sha256-cuc7+QziclvJWp7MncLjkzfub5UbWYPVoUC/DZfs38g=";
installPhase = '' installPhase = ''
runHook preInstall runHook preInstall