home-assistant-custom-lovelace-modules.multiple-entity-row: 4.6.1 -> 4.7.0

https://github.com/benct/lovelace-multiple-entity-row/blob/v4.7.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2026-07-10 14:12:24 +02:00
parent a82eae40d1
commit 6a30e6ea5d
@@ -10,18 +10,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "multiple-entity-row";
version = "4.6.1";
version = "4.7.0";
src = fetchFromGitHub {
owner = "benct";
repo = "lovelace-multiple-entity-row";
tag = "v${finalAttrs.version}";
hash = "sha256-zRFBeYicjBxKeEneKg2/JRDlF6BlblKQ03z5aqfBtfc=";
hash = "sha256-B+FaOITLnNP+rUyDF3bRY+M0xDmWkoTSi+fpWW9khG8=";
};
offlineCache = fetchYarnDeps {
inherit (finalAttrs) src;
hash = "sha256-F3ghw+TXg66FSf5SLb7umantSRky9ABpZu7ftqWT+7M=";
hash = "sha256-LuXzfRV/jXe4jt9whkHRjAUxvLyhzikQ3WoXzpTQWe0=";
};
nativeBuildInputs = [