From 0fc90d8f32062c294fbf421efcbffe35359ea48c Mon Sep 17 00:00:00 2001 From: Luflosi Date: Wed, 25 Dec 2024 12:39:43 +0100 Subject: [PATCH] home-assistant-custom-components.solax_modbus: 2024.11.2 -> 2025.01.6 https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2024.12.1 https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2024.12.2 https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2025.01.0b1 https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2025.01.0b2 https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2025.01.2 https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2025.01.3 https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2025.01.4 https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2025.01.5 https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2025.01.6 https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2025.01.7 https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2025.01.8 --- .../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 69556f845e66..ec9d756e845c 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.11.2"; + version = "2025.01.8"; src = fetchFromGitHub { owner = "wills106"; repo = "homeassistant-solax-modbus"; tag = version; - hash = "sha256-Hy4LHEDp+WPpmWKQQqqLjQ0xSnShQg3a68g8NMJ9o2k="; + hash = "sha256-jvz9CtVCuNu3w/1ebXcI8GNRAWajm51F9SMf13cBhlw="; }; dependencies = [ pymodbus ];