From cfc19d7f8470dc1613219f923dbb32c7754536b6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 6 Apr 2025 17:22:50 +0200 Subject: [PATCH] home-assistant-custom-components.solax_modbus: 2025.02.1 -> 2025.04.1 Diff: https://github.com/wills106/homeassistant-solax-modbus/compare/refs/tags/2025.02.1...2025.04.1 Changelog: https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2025.04.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 504e8d81ea2d..ecd1053daa5a 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 = "2025.02.1"; + version = "2025.04.1"; src = fetchFromGitHub { owner = "wills106"; repo = "homeassistant-solax-modbus"; tag = version; - hash = "sha256-xOW/jjBXw6N00yo1jE8ibU5XJ9drabBypVAL9UmNMVM="; + hash = "sha256-kX8poctK1Q7QZnpvkOisQ47jNzXJJ2nlB1fa+Pv4AFs="; }; dependencies = [ pymodbus ];