Skip to content

Commit 21595ae

Browse files
authored
home-assistant-custom-components.solax_modbus: 2024.11.1 -> 2024.11.2 (#358971)
2 parents 091621c + 017849d commit 21595ae

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.11.1";
11+
version = "2024.11.2";
1212

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

2020
dependencies = [ pymodbus ];

0 commit comments

Comments
 (0)