From 6a30e6ea5df117da7dd3ff2d616f60017db97b4d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 10 Jul 2026 14:12:24 +0200 Subject: [PATCH] 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 --- .../custom-lovelace-modules/multiple-entity-row/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-lovelace-modules/multiple-entity-row/package.nix b/pkgs/servers/home-assistant/custom-lovelace-modules/multiple-entity-row/package.nix index d328337101ae..8f423edaa23c 100644 --- a/pkgs/servers/home-assistant/custom-lovelace-modules/multiple-entity-row/package.nix +++ b/pkgs/servers/home-assistant/custom-lovelace-modules/multiple-entity-row/package.nix @@ -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 = [