From e3b9ba1a7bc5bfa6a66317a3d2793d557c5fccc4 Mon Sep 17 00:00:00 2001 From: K900 Date: Mon, 19 May 2025 08:59:19 +0300 Subject: [PATCH] home-assistant-custom-lovelace-modules.universal-remote-card: 4.5.0 -> 4.5.1 Diff: https://github.com/Nerwyn/android-tv-card/compare/4.5.0...4.5.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 e83ed106cea0..561f77b44d30 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.5.0"; + version = "4.5.1"; src = fetchFromGitHub { owner = "Nerwyn"; repo = "android-tv-card"; rev = version; - hash = "sha256-h93Yi6YCD3Zauq46nRSMaZmXzQ4w0GB3OQ4UEUBcbtA="; + hash = "sha256-kGL99W30XNUdQSzfykYjes/O0G8I6+z3GGIf0Ra+vzM="; }; patches = [ ./dont-call-git.patch ]; - npmDepsHash = "sha256-YUYwEWO72iRIs1GLJep26NvhjYRWvkogUm+MEdKV02k="; + npmDepsHash = "sha256-voEXoZajfG1tIENaGdgyGyNu84jooItitylJce80LNQ="; installPhase = '' runHook preInstall