From 9782cdf9c1fcec0695dca9092fcd3440d3572f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 17 Apr 2026 20:08:00 -0700 Subject: [PATCH] home-assistant-custom-components.solax_modbus: 2026.04.2 -> 2026.04.3 Diff: https://github.com/wills106/homeassistant-solax-modbus/compare/2026.04.2...2026.04.3 Changelog: https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2026.04.3 --- .../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 4e9106835dd7..3cda3a88a9ca 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.04.2"; + version = "2026.04.3"; src = fetchFromGitHub { owner = "wills106"; repo = "homeassistant-solax-modbus"; tag = version; - hash = "sha256-9T7rfFyNehd6dGNYJdXSXOcvUp87WEyvJQwr6yyeBRo="; + hash = "sha256-hcalMQWkZmve/iuv9jgriEgLhhNVU94ETIbQOZ5aDd4="; }; dependencies = [ pymodbus ];