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 index ad409a30dc26..411500f42a10 100644 --- 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 @@ -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'); 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 92d757819a53..fbe5635f1b17 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,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