From f44371fc15d2733d63e78c009b4f905523525bc4 Mon Sep 17 00:00:00 2001 From: K900 Date: Sun, 20 Oct 2024 22:54:04 +0300 Subject: [PATCH] home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.0 -> 4.1.1 Diff: https://github.com/Nerwyn/android-tv-card/compare/4.1.0...4.1.1 --- .../custom-lovelace-modules/universal-remote-card/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/default.nix b/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/default.nix index d515a1839bf9..edd4f6ad79d9 100644 --- a/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/default.nix +++ b/pkgs/servers/home-assistant/custom-lovelace-modules/universal-remote-card/default.nix @@ -5,13 +5,13 @@ buildNpmPackage rec { pname = "universal-remote-card"; - version = "4.1.0"; + version = "4.1.1"; src = fetchFromGitHub { owner = "Nerwyn"; repo = "android-tv-card"; rev = version; - hash = "sha256-ze+bsQbPeqfcZ2pWrI4aH3a1+uxus6wC2G9D+uVMrMU="; + hash = "sha256-h7U39dpgEsTboYjfpWxcdP3BkXNB2dQNuSiTCD7zPR0="; }; patches = [ ./dont-call-git.patch ];