about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-05-27 07:33:17 +0300
committerGitHub <noreply@github.com>2024-05-27 07:33:17 +0300
commit9f5944baf8c3dc36b0bf1bb32ad240e568bc4b33 (patch)
treef1350d528fe2ebe2866d81afe28fd8c9e6abe59c /pkgs
parent4b30ef50a765b2d41768699cd8e86c62f68951ce (diff)
parent69992537d5e8720abb153d8cfadef9ee6a0f8116 (diff)
Merge pull request #315007 from r-ryantm/auto-update/home-assistant-custom-lovelace-modules.android-tv-card
home-assistant-custom-lovelace-modules.android-tv-card: 3.7.3 -> 3.7.4
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 54186a99ab2da..bf98c9a9438ae 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.3";
+  version = "3.7.4";
 
   src = fetchFromGitHub {
     owner = "Nerwyn";
     repo = "android-tv-card";
     rev = version;
-    hash = "sha256-uhdo4K5JqKogQGKr0dkFl579YeAQNbhOwHAFTLpqY6Y=";
+    hash = "sha256-5GdN6zCE24kGLM4ka8vHdpIEWTQAzve/1l3+5OV95i0=";
   };
 
   patches = [ ./dont-call-git.patch ];
 
-  npmDepsHash = "sha256-wrmj4lewxBnWVlpkb/AP3lfuGNcvYGf+HWBQw7bcr1Q=";
+  npmDepsHash = "sha256-fVnqGe/ao0Ilk/mWbHGscYQlIIk3K0mpm1wS4F8Lio4=";
 
   installPhase = ''
     runHook preInstall