mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
home-assistant-custom-components.solax_modbus: 2025.11.1 -> 2026.01.1 (#480237)
This commit is contained in:
commit
1f332ce184
1 changed files with 2 additions and 2 deletions
|
|
@ -8,13 +8,13 @@
|
|||
buildHomeAssistantComponent rec {
|
||||
owner = "wills106";
|
||||
domain = "solax_modbus";
|
||||
version = "2025.11.1";
|
||||
version = "2026.01.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wills106";
|
||||
repo = "homeassistant-solax-modbus";
|
||||
tag = version;
|
||||
hash = "sha256-uzwXJ9GJuzp7IVpdM6r7+ZU2KF7jORpqIwqKTc8Iuok=";
|
||||
hash = "sha256-aVrYlJlvYTnVbt7Xc4nYj5bbTrbL4f2QcuTJrrKDmDg=";
|
||||
};
|
||||
|
||||
dependencies = [ pymodbus ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue