home-assistant-custom-lovelace-modules.horizon-card: 1.5.0 -> 1.5.3

Diff: https://github.com/rejuvenate/lovelace-horizon-card/compare/v1.5.0...v1.5.3

Changelog: https://github.com/rejuvenate/lovelace-horizon-card/releases/tag/v1.5.3
This commit is contained in:
Robert Schütz
2026-07-21 17:07:43 -07:00
parent 27198f3b93
commit 9bb81748f8
@@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "horizon-card";
version = "1.5.0";
version = "1.5.3";
src = fetchFromGitHub {
owner = "rejuvenate";
repo = "lovelace-horizon-card";
tag = "v${finalAttrs.version}";
hash = "sha256-pUZoraOD4jLxun/I3OkIgcy45es3a0Sdh5GTEG2oNK4=";
hash = "sha256-n8UNL5kSwLz1ncGranmbGyIC5mIKGIV2F3cEF0PSwnU=";
};
patches = [