From b194995ca20b7247ede77ced01cfc18f0d2efdfc Mon Sep 17 00:00:00 2001 From: Luflosi Date: Sun, 3 Nov 2024 12:22:30 +0100 Subject: [PATCH] home-assistant-custom-components.solax_modbus: 2024.10.4 -> 2024.11.1 https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2024.11.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 4db100a94f9a..28aa6d3c84a4 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 = "2024.10.4"; + version = "2024.11.1"; src = fetchFromGitHub { owner = "wills106"; repo = "homeassistant-solax-modbus"; rev = "refs/tags/${version}"; - hash = "sha256-EeFDUxZ7/W5Ng+d56mOCeRntga0uU55OQsaPWzM/bcY="; + hash = "sha256-AzzTJ1W1lwLkewanVC2HxC89Zg1OyLRJ2xPtHWXVr6c="; }; dependencies = [ pymodbus ];