home-assistant-custom-lovelace-modules.universal-remote-card: 4.6.1 -> 4.6.5

This commit is contained in:
Martin Weinelt
2025-08-08 04:19:41 +02:00
parent ec53241110
commit 17cfe7a55d
2 changed files with 8 additions and 8 deletions
@@ -1,8 +1,8 @@
diff --git a/webpack.config.js b/webpack.config.js
index 469ffe1..3233c4b 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -1,11 +1,7 @@
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');
@@ -6,18 +6,18 @@
buildNpmPackage rec {
pname = "universal-remote-card";
version = "4.6.1";
version = "4.6.5";
src = fetchFromGitHub {
owner = "Nerwyn";
repo = "android-tv-card";
rev = version;
hash = "sha256-cJu07eIluZFZfIq+3D0xlQs2L3NmSKf3EBSA/S2jx7Y=";
hash = "sha256-ciIWo2m4Cvktzqz6fPLdvBEfGoxH98L/AtzWsrIJmgg=";
};
patches = [ ./dont-call-git.patch ];
npmDepsHash = "sha256-eldbaWZq/TV7V3wPOmgZrYNQsNP1Dgt6vqEc0hiqy+c=";
npmDepsHash = "sha256-NHt0CB8DCcMMaNvH4eERcSxMar2Uhc3BoUqy1KnqYqQ=";
installPhase = ''
runHook preInstall