Skip to content

Commit

Permalink
home-assistant-custom-components.homematicip_local: 1.78.0 -> 1.78.1 (N…
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Jan 16, 2025
2 parents 5ae2660 + 0a3babd commit c0defd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/hahomematic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "hahomematic";
version = "2025.1.5";
version = "2025.1.7";
pyproject = true;

disabled = pythonOlder "3.12";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "SukramJ";
repo = "hahomematic";
tag = version;
hash = "sha256-MEGAfpA7TMscCitAjw66lXADrc/Jb1i8REV3V17YZK8=";
hash = "sha256-YMyqzPnHmc9iDkf9ZwVVvqlDntXHqVEUjtj0Sk7UMEg=";
};

__darwinAllowLocalNetworking = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
version = "1.78.0";
version = "1.78.1";

src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
hash = "sha256-WhY+JxX2uUk5pgraqAZqa/NB9lozXbTHr/szXUKAn48=";
hash = "sha256-nyeZOj7UztODz9ELGRKmtQPvmNaZ6vGqM3l1RgwAr5s=";
};

postPatch = ''
Expand Down

0 comments on commit c0defd1

Please sign in to comment.