Merge pull request #315007 from r-ryantm/auto-update/home-assistant-custom-lovelace-modules.android-tv-card

home-assistant-custom-lovelace-modules.android-tv-card: 3.7.3 -> 3.7.4
This commit is contained in:
K900 2024-05-27 07:33:17 +03:00 committed by GitHub
commit 9f5944baf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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