From 787264df644cc07c545b1683639ef030cbff4ef4 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Tue, 12 Nov 2024 18:22:30 +1000 Subject: [PATCH] home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374) https://github.com/Nerwyn/android-tv-card/releases/tag/4.2.0 --- .../universal-remote-card/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/default.nix b/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/default.nix index 0794821804ab..57d74029e3d9 100644 --- a/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/default.nix +++ b/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/default.nix @@ -5,18 +5,18 @@ buildNpmPackage rec { pname = "universal-remote-card"; - version = "4.1.3"; + version = "4.2.0"; src = fetchFromGitHub { owner = "Nerwyn"; repo = "android-tv-card"; rev = version; - hash = "sha256-/O+VOrUKhljhrvQ3WiygtZmdf0HTRFaeeU7bP35U3go="; + hash = "sha256-f0t9tSAkCYfJ4y6IMcQu4TfCkBjnSr2x7aZTcgr2klw="; }; patches = [ ./dont-call-git.patch ]; - npmDepsHash = "sha256-J0aE1wY7VAi8qSzjUyubsSagCsalqrHox2HHAhZoUIE="; + npmDepsHash = "sha256-/+MF+9QWiqJi787k3ta7wN8fhElUxVlZY5SLWxy3VTk="; installPhase = '' runHook preInstall