Skip to content

Commit 92e61db

Browse files
authored
home-assistant-custom-components.solax_modbus: 2025.01.9 -> 2025.02.1 (#384877)
2 parents f869e8f + a9889d6 commit 92e61db

File tree

1 file changed

+2
-2
lines changed
  • pkgs/servers/home-assistant/custom-components/solax_modbus

1 file changed

+2
-2
lines changed

pkgs/servers/home-assistant/custom-components/solax_modbus/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
buildHomeAssistantComponent rec {
99
owner = "wills106";
1010
domain = "solax_modbus";
11-
version = "2025.01.9";
11+
version = "2025.02.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "wills106";
1515
repo = "homeassistant-solax-modbus";
1616
tag = version;
17-
hash = "sha256-x9dlqc2kckrd0C5W7VfNQGhuSODxopzwO4gOSeSOl1E=";
17+
hash = "sha256-xOW/jjBXw6N00yo1jE8ibU5XJ9drabBypVAL9UmNMVM=";
1818
};
1919

2020
dependencies = [ pymodbus ];

0 commit comments

Comments
 (0)