Skip to content

Commit b194995

Browse files
committed
home-assistant-custom-components.solax_modbus: 2024.10.4 -> 2024.11.1
https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2024.11.1
1 parent 68a61b1 commit b194995

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 = "2024.10.4";
11+
version = "2024.11.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "wills106";
1515
repo = "homeassistant-solax-modbus";
1616
rev = "refs/tags/${version}";
17-
hash = "sha256-EeFDUxZ7/W5Ng+d56mOCeRntga0uU55OQsaPWzM/bcY=";
17+
hash = "sha256-AzzTJ1W1lwLkewanVC2HxC89Zg1OyLRJ2xPtHWXVr6c=";
1818
};
1919

2020
dependencies = [ pymodbus ];

0 commit comments

Comments
 (0)