mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
home-assistant-custom-components.solax_modbus: 2024.10.3 -> 2024.10.4
https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2024.10.4
This commit is contained in:
parent
f6058e6a9e
commit
3aeec708bf
@ -8,13 +8,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "wills106";
|
||||
domain = "solax_modbus";
|
||||
version = "2024.10.3";
|
||||
version = "2024.10.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wills106";
|
||||
repo = "homeassistant-solax-modbus";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-6XLXCD7ItTGCRN9XQUetZfZBuMbFEmho6IOyFs4m0ek=";
|
||||
hash = "sha256-EeFDUxZ7/W5Ng+d56mOCeRntga0uU55OQsaPWzM/bcY=";
|
||||
};
|
||||
|
||||
dependencies = [ pymodbus ];
|
||||
|
Loading…
Reference in New Issue
Block a user