From 0f0f0ffdcf9cff7fe494912c71c209a72e3aed2d Mon Sep 17 00:00:00 2001 From: K900 Date: Sun, 20 Apr 2025 13:50:16 +0300 Subject: [PATCH] home-assistant-custom-lovelace-modules.universal-remote-card: 4.3.12 -> 4.4.0 Diff: https://github.com/Nerwyn/android-tv-card/compare/4.3.12...4.4.0 --- .../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 2bead7d12330..5d6de9f2b0e4 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.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