about summary refs log tree commit diff
path: root/pkgs/servers/home-assistant/custom-lovelace-modules
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-01-28 22:35:38 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-01-28 22:38:53 +0100
commit18c51f5899b20527c7ad8fc8ae36a67eaadec3f9 (patch)
treebd6798f011acb1a112edf491902ee989398a2777 /pkgs/servers/home-assistant/custom-lovelace-modules
parent4feedd7957670dbac653fe312b3d765663d747e9 (diff)
home-assistant-custom-lovelace-modules.light-entity-card: 6.1.1 -> 6.1.3
Diff: https://github.com/ljmerza/light-entity-card/compare/refs/tags/6.1.1...6.1.3

Changelog: https://github.com/ljmerza/light-entity-card/releases/tag/6.1.3
Diffstat (limited to 'pkgs/servers/home-assistant/custom-lovelace-modules')
-rw-r--r--pkgs/servers/home-assistant/custom-lovelace-modules/light-entity-card/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/home-assistant/custom-lovelace-modules/light-entity-card/default.nix b/pkgs/servers/home-assistant/custom-lovelace-modules/light-entity-card/default.nix
index 38b071f165648..529e2f736bb24 100644
--- a/pkgs/servers/home-assistant/custom-lovelace-modules/light-entity-card/default.nix
+++ b/pkgs/servers/home-assistant/custom-lovelace-modules/light-entity-card/default.nix
@@ -5,13 +5,13 @@
 
 buildNpmPackage rec {
   pname = "light-entity-card";
-  version = "6.1.1";
+  version = "6.1.3";
 
   src = fetchFromGitHub {
     owner = "ljmerza";
     repo = "light-entity-card";
     rev = "refs/tags/${version}";
-    hash = "sha256-LoZt65oAw52NxVFgV9kVDr65CX5G6Xek2zDafDIxXmw=";
+    hash = "sha256-DtpNKcnxMWbKwfIwo9R2g2Vux9oAjTI0URixGC41qeA=";
   };
 
   npmDepsHash = "sha256-EZDTWtn3joikwiC5Kfn94+tXRDpBhMDHqHozfIkfbJ0=";