summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-12-29 17:39:52 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-12-29 17:39:52 +0000
commitf8386493ac1890eba72a7fab7ee9c57f0b9fa9a1 (patch)
tree29a913a1d31596c05f1844ea067a5090ea9fe441
parentpatool: 2.4.0 -> 3.1.0 (#368882) (diff)
downloadnixpkgs-f8386493ac1890eba72a7fab7ee9c57f0b9fa9a1.tar.gz
home-assistant-custom-lovelace-modules.universal-remote-card: 4.3.1 -> 4.3.3
-rw-r--r--pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/package.nix6
1 files changed, 3 insertions, 3 deletions
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 03542cf67fdb..cf799411971e 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.3.1";
+ version = "4.3.3";
src = fetchFromGitHub {
owner = "Nerwyn";
repo = "android-tv-card";
rev = version;
- hash = "sha256-w8bA+Jzs72RWPw26YoBYz1YtY7a1zXEA1+gWpSVjVNI=";
+ hash = "sha256-MNEu/2GyRqyaLgaEtDQT53Bjjxbd+ZUJtLJNmSTriig=";
};
patches = [ ./dont-call-git.patch ];
- npmDepsHash = "sha256-ha/P47C88HVrSZK5vQXdMUhIoqnP0cspwoLYzVM+mVI=";
+ npmDepsHash = "sha256-gYXF7yqpjas797v74HTEw7qv8b7ZLb956qqJzbsGUXg=";
installPhase = ''
runHook preInstall