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

Changed files
+8 -8
pkgs
servers
home-assistant
custom-lovelace-modules
universal-remote-card
+5 -5
pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/dont-call-git.patch
···
-
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');
+3 -3
pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/package.nix
···
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