Skip to content

Commit b4260cf

Browse files
authored
home-assistant-custom-components.solax_modbus: 2024.10.4 -> 2024.11.1 (#353348)
2 parents 4ae2e64 + b194995 commit b4260cf

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)