From 598cc47786a462bfa5abca7dcc7ca2082fc084ef Mon Sep 17 00:00:00 2001 From: K900 Date: Tue, 2 Sep 2025 23:37:30 +0300 Subject: [PATCH] home-assistant-custom-lovelace-modules.universal-remote-card: 4.6.11 -> 4.7.1 Diff: https://github.com/Nerwyn/android-tv-card/compare/4.6.11...4.7.1 --- .../universal-remote-card/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/package.nix b/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/package.nix index 8ae71f34e648..6a77578cbafb 100644 --- a/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/package.nix +++ b/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/package.nix @@ -6,18 +6,18 @@ buildNpmPackage rec { pname = "universal-remote-card"; - version = "4.6.11"; + version = "4.7.1"; src = fetchFromGitHub { owner = "Nerwyn"; repo = "android-tv-card"; rev = version; - hash = "sha256-JlP4miJGtOP5738N57xTYgSSGTHAa/JEwCnR8gk/e18="; + hash = "sha256-jwSEBGaXgXHqYJqpWi7aQXx3egoNZuek6gbnPxaAkGY="; }; patches = [ ./dont-call-git.patch ]; - npmDepsHash = "sha256-ALxCA9f1kn73r1f1QhEUg+WEK6CEHvm9lQn4AGG2Js0="; + npmDepsHash = "sha256-khdRkLsLcLRiUx9xlCIoy8x9KThrnhMBsOET3X2+KgI="; installPhase = '' runHook preInstall