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