From a0022327d2a70e10870196685f1cdbba5dadef8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 10 Jul 2026 15:07:24 -0700 Subject: [PATCH] home-assistant-custom-components.solax_modbus: 2026.06.7 -> 2026.07.1 Diff: https://github.com/wills106/homeassistant-solax-modbus/compare/2026.06.7...2026.07.1 Changelog: https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2026.07.1 --- .../home-assistant/custom-components/solax_modbus/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-components/solax_modbus/package.nix b/pkgs/servers/home-assistant/custom-components/solax_modbus/package.nix index 2b7d21fcf948..286d16846e70 100644 --- a/pkgs/servers/home-assistant/custom-components/solax_modbus/package.nix +++ b/pkgs/servers/home-assistant/custom-components/solax_modbus/package.nix @@ -8,13 +8,13 @@ buildHomeAssistantComponent rec { owner = "wills106"; domain = "solax_modbus"; - version = "2026.06.7"; + version = "2026.07.1"; src = fetchFromGitHub { owner = "wills106"; repo = "homeassistant-solax-modbus"; tag = version; - hash = "sha256-hZB+b81IezTDiJ6Z3Yy5TPJ+MTcyxtGvKVLYZx8CiNI="; + hash = "sha256-7/Wprn5PJhfnmSHenPFrQY3c1EBdmzqyH8ZclAmDwoI="; }; dependencies = [ pymodbus ];