From 76494a7e3d04f4dad852ed7b64fafae3e147acdb Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 7 Jan 2026 22:08:51 +0100 Subject: [PATCH] home-assistant-custom-lovelace-modules.universal-remote-card: 4.9.3 -> 4.9.4 https://github.com/Nerwyn/android-tv-card/compare/4.9.3...4.9.4 --- .../universal-remote-card/dont-call-git.patch | 17 ----------------- .../universal-remote-card/package.nix | 8 +++----- 2 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/dont-call-git.patch diff --git a/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/dont-call-git.patch b/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/dont-call-git.patch deleted file mode 100644 index 411500f42a10..000000000000 --- a/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/dont-call-git.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/rspack.config.js b/rspack.config.js -index 30b7568..dc10273 100644 ---- a/rspack.config.js -+++ b/rspack.config.js -@@ -2,11 +2,7 @@ - const path = require('path'); - const { execSync } = require('child_process'); - --let env = -- execSync('git branch --show-current').toString().trim() == 'main' -- ? 'production' -- : 'development'; --env = 'production'; -+let env = 'production'; - - module.exports = { - mode: env, 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 77fdc9e6891e..1f6af90374c5 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,16 @@ buildNpmPackage rec { pname = "universal-remote-card"; - version = "4.9.3"; + version = "4.9.4"; src = fetchFromGitHub { owner = "Nerwyn"; repo = "android-tv-card"; rev = version; - hash = "sha256-Xy2qtck1ZrB5y4SPkWC/JrSsoZciBdI7rm2HdakHu3I="; + hash = "sha256-gPzFF6MeA9JDCUp6Vz0HokKcxyV3Qw71dW3CBexsv1U="; }; - patches = [ ./dont-call-git.patch ]; - - npmDepsHash = "sha256-Js9HlQOQUFDU2wIe9JdXqkcKlsAgoE8/d74Zw+9iyN4="; + npmDepsHash = "sha256-TcaA73aG9CNxu4KUfYsbs9vOwKgz70lEoI8KSCro61M="; installPhase = '' runHook preInstall