mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
home-assistant-custom-components.solax_modbus: 2024.09.5 -> 2024.10.3
https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2024.10.3 https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2024.10.2 https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2024.10.1
This commit is contained in:
parent
d2d9d9f005
commit
206539c2d5
@ -8,13 +8,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "wills106";
|
||||
domain = "solax_modbus";
|
||||
version = "2024.09.5";
|
||||
version = "2024.10.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wills106";
|
||||
repo = "homeassistant-solax-modbus";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-mpsa+9LBnDfvMbOuEwctoPSg8IHRmkrFalVyg+1KR00=x";
|
||||
hash = "sha256-6XLXCD7ItTGCRN9XQUetZfZBuMbFEmho6IOyFs4m0ek=";
|
||||
};
|
||||
|
||||
dependencies = [ pymodbus ];
|
||||
|
Loading…
Reference in New Issue
Block a user