From 18c51f5899b20527c7ad8fc8ae36a67eaadec3f9 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Sun, 28 Jan 2024 22:35:38 +0100 Subject: 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 --- .../custom-lovelace-modules/light-entity-card/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') 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="; -- cgit 1.4.1