From 59cbe6ba21fba4d86e42e9e0c38fdb133c0719a7 Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 10 Oct 2024 10:52:41 +0300 Subject: [PATCH] home-assistant-custom-lovelace-modules.universal-remote-card: 4.0.6 -> 4.1.0 Diff: https://github.com/Nerwyn/android-tv-card/compare/4.0.6...4.1.0 --- .../universal-remote-card/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 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 1398dc0f2d7e..d515a1839bf9 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,18 +5,18 @@ buildNpmPackage rec { pname = "universal-remote-card"; - version = "4.0.6"; + version = "4.1.0"; src = fetchFromGitHub { owner = "Nerwyn"; repo = "android-tv-card"; rev = version; - hash = "sha256-daxuvbjbnB1OZbvVGrA/jRe65x3MCXGFQ3o4L17Bgjk="; + hash = "sha256-ze+bsQbPeqfcZ2pWrI4aH3a1+uxus6wC2G9D+uVMrMU="; }; patches = [ ./dont-call-git.patch ]; - npmDepsHash = "sha256-AQYsXaZ4TyL8QjxOfub24NBxp0U6WMe+Czq+ooXwkIw="; + npmDepsHash = "sha256-X4PuMvQ/ZmyUafLE7ADBPIKIB8ul5M1P23gOQEikTAg="; installPhase = '' runHook preInstall