home-assistant-custom-lovelace-modules.universal-remote-card: 4.3.12 -> 4.4.0 (#400312)

Diff: https://github.com/Nerwyn/android-tv-card/compare/4.3.12...4.4.0
This commit is contained in:
Martin Weinelt
2025-04-20 15:30:39 +02:00
committed by GitHub
@@ -6,18 +6,18 @@
buildNpmPackage rec {
pname = "universal-remote-card";
version = "4.3.12";
version = "4.4.0";
src = fetchFromGitHub {
owner = "Nerwyn";
repo = "android-tv-card";
rev = version;
hash = "sha256-93qPYFr7qNDlQH28dT461EQjWKZJOpL3EpfBBGt4acw=";
hash = "sha256-YbzPnKiVPjkVAsJwpKIbjFRa9tqJidYN3AeyKskddA4=";
};
patches = [ ./dont-call-git.patch ];
npmDepsHash = "sha256-xr8Cd+icpUNWxUPCfHYQfCr5Z39y2m628Q4qlDp3bRg=";
npmDepsHash = "sha256-RC2j3Zf3t75Xi4RbUgRVittEosbfJxcBBg6Tm8cy7L8=";
installPhase = ''
runHook preInstall