about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-20 01:09:03 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-20 01:09:03 +0000
commit1daa08edb9b4c4cb3e223a89e0093c9d53ef94ca (patch)
treef44cae7d0ace59204766577ee8fc89128290203b /pkgs
parent454d208c022ea7b3fe9007dafaf3a617f74fcd44 (diff)
home-assistant-custom-lovelace-modules.android-tv-card: 3.7.0 -> 3.7.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/home-assistant/custom-lovelace-modules/android-tv-card/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/home-assistant/custom-lovelace-modules/android-tv-card/default.nix b/pkgs/servers/home-assistant/custom-lovelace-modules/android-tv-card/default.nix
index 34fc23dfcc881..0e7f86be6baa7 100644
--- a/pkgs/servers/home-assistant/custom-lovelace-modules/android-tv-card/default.nix
+++ b/pkgs/servers/home-assistant/custom-lovelace-modules/android-tv-card/default.nix
@@ -5,18 +5,18 @@
 
 buildNpmPackage rec {
   pname = "android-tv-card";
-  version = "3.7.0";
+  version = "3.7.1";
 
   src = fetchFromGitHub {
     owner = "Nerwyn";
     repo = "android-tv-card";
     rev = version;
-    hash = "sha256-6SwSoFeGS3kzk4jz+vSVb8ENMcSFxaunyTzuPe1kHBI=";
+    hash = "sha256-+g93NybZreixpXylVqWQvjP0l9Z1x5JbEMC0RDpscBE=";
   };
 
   patches = [ ./dont-call-git.patch ];
 
-  npmDepsHash = "sha256-QO3IAd7RC8VBa2YjQVn4HUm64mQL86OuAhjJO0Oo94M=";
+  npmDepsHash = "sha256-oKIDL8BPalkIqtvA68D1YFINgg8qJ2C1KTuAr1IhJjE=";
 
   installPhase = ''
     runHook preInstall