home-assistant-custom-lovelace-modules.android-tv-card: 3.9.0 -> 3.9.2

Diff: https://github.com/Nerwyn/android-tv-card/compare/3.9.0...3.9.2
This commit is contained in:
K900 2024-07-30 10:40:16 +03:00
parent ea5c294ec7
commit 280836c70c

View File

@ -5,18 +5,18 @@
buildNpmPackage rec {
pname = "android-tv-card";
version = "3.9.0";
version = "3.9.2";
src = fetchFromGitHub {
owner = "Nerwyn";
repo = "android-tv-card";
rev = version;
hash = "sha256-/g86D00Z9iI2F3RWawKBhI/Si8hApSegCmyFni+Lqas=";
hash = "sha256-kqMHwUyQGfD8dL6VZPFCrQ91/h7j5KJVnAL0hHNk/qg=";
};
patches = [ ./dont-call-git.patch ];
npmDepsHash = "sha256-tdxpWUDVRW7YSXsGoS1s5xuvDZ/YaP6qWPImvgrgyAA=";
npmDepsHash = "sha256-zoEZibm0i3AgM3mGgwIIkqtsNkMXWErUfQ9Kaprs+Ag=";
installPhase = ''
runHook preInstall