From ae839936d9cd209767175dfa498db283812f2976 Mon Sep 17 00:00:00 2001 From: K900 Date: Tue, 5 Nov 2024 09:47:53 +0300 Subject: [PATCH] home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.2 -> 4.1.3 Diff: https://github.com/Nerwyn/android-tv-card/compare/4.1.2...4.1.3 --- .../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 6ab36c0e638d..0794821804ab 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.1.2"; + version = "4.1.3"; src = fetchFromGitHub { owner = "Nerwyn"; repo = "android-tv-card"; rev = version; - hash = "sha256-2bDVeqp6g5tkzdZqbHpTjsVlCTjwLK7ZSOFPtso1LKM="; + hash = "sha256-/O+VOrUKhljhrvQ3WiygtZmdf0HTRFaeeU7bP35U3go="; }; patches = [ ./dont-call-git.patch ]; - npmDepsHash = "sha256-84IO1JT/mrU2w5IqPNB31ai19QbMmwOGurK8n6wO4Hg="; + npmDepsHash = "sha256-J0aE1wY7VAi8qSzjUyubsSagCsalqrHox2HHAhZoUIE="; installPhase = '' runHook preInstall