From d1cdcee97493e5d36ba9f784b8a8ecc766ccbb38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 5 Jun 2026 16:22:17 -0700 Subject: [PATCH] home-assistant-custom-components.solax_modbus: 2026.06.1 -> 2026.06.3 Diff: https://github.com/wills106/homeassistant-solax-modbus/compare/2026.06.1...2026.06.3 Changelog: https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2026.06.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 3cc17e551f59..2bfd7b7769e5 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.1"; + version = "2026.06.3"; src = fetchFromGitHub { owner = "wills106"; repo = "homeassistant-solax-modbus"; tag = version; - hash = "sha256-R1z/BLFaKt80HSC5VqnmZSaI/onmIamYlYIxszeJptw="; + hash = "sha256-2lJ4lVrGG8jtNymA2lwkJS1DKd0w6TYs5PAnCynBOWM="; }; dependencies = [ pymodbus ];