From 4b72b2e52b01ca26abc1e379acfd029ccd5383c1 Mon Sep 17 00:00:00 2001 From: K900 Date: Sat, 11 Jan 2025 17:45:35 +0300 Subject: [PATCH] home-assistant-custom-lovelace-modules.card-mod: 3.4.3 -> 3.5.0 Diff: https://github.com/thomasloven/lovelace-card-mod/compare/v3.4.3...v3.5.0 --- .../custom-lovelace-modules/card-mod/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-lovelace-modules/card-mod/package.nix b/pkgs/servers/home-assistant/custom-lovelace-modules/card-mod/package.nix index 28f3c6f6e94c..8a6df713f416 100644 --- a/pkgs/servers/home-assistant/custom-lovelace-modules/card-mod/package.nix +++ b/pkgs/servers/home-assistant/custom-lovelace-modules/card-mod/package.nix @@ -6,13 +6,13 @@ buildNpmPackage rec { pname = "lovelace-card-mod"; - version = "3.4.3"; + version = "3.5.0"; src = fetchFromGitHub { owner = "thomasloven"; repo = "lovelace-card-mod"; rev = "v${version}"; - hash = "sha256-LFKOTu0SBeHpf8Hjvsgc/xOUux9d4lBCshdD9u7eO5o="; + hash = "sha256-MjeLbo1r/PMbzDfZurZYm1fHUukHfzOx6njRgEB8rWk="; }; npmDepsHash = "sha256-JJexFmVbDHi2JCiCpcDupzVf0xfwy+vqWILq/dLVcBo=";