home-assistant-custom-lovelace-modules.android-tv-card: 3.8.1 -> 3.8.2

Diff: https://github.com/Nerwyn/android-tv-card/compare/3.8.1...3.8.2
This commit is contained in:
K900 2024-07-20 00:20:42 +03:00
parent 01a85b6788
commit 5f5da16243

View File

@ -5,18 +5,18 @@
buildNpmPackage rec {
pname = "android-tv-card";
version = "3.8.1";
version = "3.8.2";
src = fetchFromGitHub {
owner = "Nerwyn";
repo = "android-tv-card";
rev = version;
hash = "sha256-ARFJJ119zJzjW0d59JFARMcjVAJ2IFDkShIN43d1adI=";
hash = "sha256-jGcicGeELUge1s92Gz6dHvQ2bzmk0sx1bmiQOiiP2Xo=";
};
patches = [ ./dont-call-git.patch ];
npmDepsHash = "sha256-t/kZTcXs3IpbrEfnmYQlJqhM8F3mO4prbQNnKtFqsDM=";
npmDepsHash = "sha256-kkwr4G+xyccr38ppXkiwfokOQL86mSDx+7DVKlzB9ww=";
installPhase = ''
runHook preInstall