Skip to content

Commit

Permalink
home-assistant-custom-components.solis-sensor: 3.7.1 -> 3.7.2 (NixOS#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Dec 6, 2024
2 parents 6b2892c + 7ad421a commit cc7d5fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "hultenvp";
domain = "solis";
version = "3.7.1";
version = "3.7.2";

src = fetchFromGitHub {
owner = "hultenvp";
repo = "solis-sensor";
rev = "v${version}";
hash = "sha256-oJXbDuHT5temcei3ea1cUsqVB70am6WZjHbIehnZs6k=";
hash = "sha256-8+KzZCfBYvXO73SrMXLGCUjecxKn49hz0wCXWCUBULU=";
};

dependencies = [ aiofiles ];
Expand Down

0 comments on commit cc7d5fc

Please sign in to comment.