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
This commit is contained in:
parent
4feedd7957
commit
18c51f5899
1 changed files with 2 additions and 2 deletions
|
@ -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=";
|
||||
|
|
Loading…
Reference in a new issue