From f5f0458ac4d16db895c556387eec7aa114868b84 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Wed, 25 Sep 2024 14:46:30 +0200 Subject: [PATCH] home-assistant-custom-components.solax_modbus: 2024.09.4 -> 2024.09.5 https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2024.09.5 --- .../home-assistant/custom-components/solax_modbus/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-components/solax_modbus/default.nix b/pkgs/servers/home-assistant/custom-components/solax_modbus/default.nix index 078d7db3550c..8780ce2fa256 100644 --- a/pkgs/servers/home-assistant/custom-components/solax_modbus/default.nix +++ b/pkgs/servers/home-assistant/custom-components/solax_modbus/default.nix @@ -8,13 +8,13 @@ buildHomeAssistantComponent rec { owner = "wills106"; domain = "solax_modbus"; - version = "2024.09.4"; + version = "2024.09.5"; src = fetchFromGitHub { owner = "wills106"; repo = "homeassistant-solax-modbus"; rev = "refs/tags/${version}"; - hash = "sha256-xWWsV57ozzEQWRfO1t4EbwD7DWiB1go+iJbTLPuufJs="; + hash = "sha256-mpsa+9LBnDfvMbOuEwctoPSg8IHRmkrFalVyg+1KR00=x"; }; dependencies = [ pymodbus ];