home-assistant-custom-components.homematicip_local: 1.86.0 -> 1.87.0 (#445848)

dotlambda e24d7540 d9c11521

Changed files
+8 -5
pkgs
development
python-modules
aiohomematic
servers
home-assistant
custom-components
homematicip_local
+6 -3
pkgs/development/python-modules/aiohomematic/default.nix
···
buildPythonPackage rec {
pname = "aiohomematic";
-
version = "2025.8.10";
+
version = "2025.9.4";
pyproject = true;
src = fetchFromGitHub {
owner = "SukramJ";
repo = "aiohomematic";
tag = version;
-
hash = "sha256-ii+fvjn54IT376YzwljPz2tkx2bv8jojI4rNracCgwA=";
+
hash = "sha256-+OoWomZCrRPHtpmYnzjhvcpidP5GWQwWoZpTZ4Bdgwg=";
};
postPatch = ''
···
homepage = "https://github.com/SukramJ/aiohomematic";
changelog = "https://github.com/SukramJ/aiohomematic/blob/${src.tag}/changelog.md";
license = lib.licenses.mit;
-
maintainers = with lib.maintainers; [ fab ];
+
maintainers = with lib.maintainers; [
+
dotlambda
+
fab
+
];
};
}
+2 -2
pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix
···
buildHomeAssistantComponent rec {
owner = "SukramJ";
domain = "homematicip_local";
-
version = "1.86.0";
+
version = "1.87.0";
src = fetchFromGitHub {
owner = "SukramJ";
repo = "custom_homematic";
tag = version;
-
hash = "sha256-QGQVSx6yPfT178GAPPbfiOMuEJ6aPFc0SUp5vO9AYUQ=";
+
hash = "sha256-ZZXF/YvsnNPywA+/T0u+kgIp+meH4MNNr2Dw+BmIvP8=";
};
postPatch = ''