home-assistant-custom-lovelace-modules.universal-remote-card: 4.2.0 -> 4.2.1 (#363351)

https://github.com/Nerwyn/android-tv-card/releases/tag/4.2.1
This commit is contained in:
R. RyanTM
2024-12-08 22:17:51 +01:00
committed by GitHub
parent a9e9c06463
commit 80f9a6b175
@@ -5,18 +5,18 @@
buildNpmPackage rec {
pname = "universal-remote-card";
version = "4.2.0";
version = "4.2.1";
src = fetchFromGitHub {
owner = "Nerwyn";
repo = "android-tv-card";
rev = version;
hash = "sha256-f0t9tSAkCYfJ4y6IMcQu4TfCkBjnSr2x7aZTcgr2klw=";
hash = "sha256-Gw8lPAXKZ/PqeH7DeKMU/ZIM+s9xwzDGWzR/G82fOfI=";
};
patches = [ ./dont-call-git.patch ];
npmDepsHash = "sha256-/+MF+9QWiqJi787k3ta7wN8fhElUxVlZY5SLWxy3VTk=";
npmDepsHash = "sha256-QN7X44yRZDoS/KAQU+FxkExwvED47E/5rvKNqUjYwKA=";
installPhase = ''
runHook preInstall