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
This commit is contained in:
K900
2025-01-11 17:45:35 +03:00
parent b7f0133ab3
commit 4b72b2e52b
@@ -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=";