home-assistant-custom-lovelace-modules.universal-remote-card: 4.0.1 -> 4.0.3

Diff: https://github.com/Nerwyn/android-tv-card/compare/4.0.1...4.0.3
This commit is contained in:
K900
2024-09-08 17:31:23 +03:00
parent 2f46ad5dd5
commit ded57d5b23
@@ -5,13 +5,13 @@
buildNpmPackage rec {
pname = "universal-remote-card";
version = "4.0.1";
version = "4.0.3";
src = fetchFromGitHub {
owner = "Nerwyn";
repo = "android-tv-card";
rev = version;
hash = "sha256-AmBbc6nKSHbbkOGsk8z0IsrGfcf5gh6rrXhC8bPFhUM=";
hash = "sha256-MgtRi63qSzNkdnUfBlh3ApSD2TY2YranFkccuweryJ8=";
};
patches = [ ./dont-call-git.patch ];