home-assistant-custom-lovelace-modules.android-tv-card: 3.7.1 -> 3.7.3

Diff: https://github.com/Nerwyn/android-tv-card/compare/3.7.1...3.7.3
This commit is contained in:
K900 2024-05-21 09:02:39 +03:00
parent f969fbd2d5
commit 6db58749d8

View File

@ -5,18 +5,18 @@
buildNpmPackage rec {
pname = "android-tv-card";
version = "3.7.1";
version = "3.7.3";
src = fetchFromGitHub {
owner = "Nerwyn";
repo = "android-tv-card";
rev = version;
hash = "sha256-+g93NybZreixpXylVqWQvjP0l9Z1x5JbEMC0RDpscBE=";
hash = "sha256-uhdo4K5JqKogQGKr0dkFl579YeAQNbhOwHAFTLpqY6Y=";
};
patches = [ ./dont-call-git.patch ];
npmDepsHash = "sha256-oKIDL8BPalkIqtvA68D1YFINgg8qJ2C1KTuAr1IhJjE=";
npmDepsHash = "sha256-wrmj4lewxBnWVlpkb/AP3lfuGNcvYGf+HWBQw7bcr1Q=";
installPhase = ''
runHook preInstall