Skip to content

Commit 256cc8a

Browse files
committed
home-assistant-custom-components.solis-sensor: 3.8.1 -> 3.9.0
1 parent 4a3db72 commit 256cc8a

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

pkgs/servers/home-assistant/custom-components/solis-sensor/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
buildHomeAssistantComponent rec {
1010
owner = "hultenvp";
1111
domain = "solis";
12-
version = "3.8.1";
12+
version = "3.9.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "hultenvp";
1616
repo = "solis-sensor";
1717
rev = "v${version}";
18-
hash = "sha256-sjLHridYiF2x5XzW869BNjH9y2WtfvXXsNICKUmpOYM=";
18+
hash = "sha256-RgsKIav3ozWYO9CXzvhMVmvOW74L/AHGOW8OWOMFBcQ=";
1919
};
2020

2121
dependencies = [ aiofiles ];

0 commit comments

Comments
 (0)