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
This commit is contained in:
committed by
Robert Schütz
parent
5cb91bc392
commit
76494a7e3d
-17
@@ -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,
|
||||
+3
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user