mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
home-assistant-custom-components.solax_modbus: 2024.11.1 -> 2024.11.2
https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2024.11.2
This commit is contained in:
parent
e2d43a652c
commit
017849d3b5
@ -8,13 +8,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "wills106";
|
||||
domain = "solax_modbus";
|
||||
version = "2024.11.1";
|
||||
version = "2024.11.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wills106";
|
||||
repo = "homeassistant-solax-modbus";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-AzzTJ1W1lwLkewanVC2HxC89Zg1OyLRJ2xPtHWXVr6c=";
|
||||
hash = "sha256-Hy4LHEDp+WPpmWKQQqqLjQ0xSnShQg3a68g8NMJ9o2k=";
|
||||
};
|
||||
|
||||
dependencies = [ pymodbus ];
|
||||
|
Loading…
Reference in New Issue
Block a user