From fdefdc9e468470669604fc016dcfe7980697de32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 31 Mar 2026 08:33:48 -0700 Subject: [PATCH] python3Packages.zha-quirks: 1.0.1 -> 1.1.1 Diff: https://github.com/zigpy/zha-device-handlers/compare/1.0.1...1.1.1 Changelog: https://github.com/zigpy/zha-device-handlers/releases/tag/1.1.1 --- pkgs/development/python-modules/zha-quirks/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/zha-quirks/default.nix b/pkgs/development/python-modules/zha-quirks/default.nix index d245815d0b93..34825adc5ba9 100644 --- a/pkgs/development/python-modules/zha-quirks/default.nix +++ b/pkgs/development/python-modules/zha-quirks/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "zha-quirks"; - version = "1.0.1"; + version = "1.1.1"; pyproject = true; disabled = pythonOlder "3.12"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "zigpy"; repo = "zha-device-handlers"; tag = version; - hash = "sha256-u57Bv3oK0yAQLijlEG18brCfJXZghaA9OhbcGJ+GtCk="; + hash = "sha256-GxNxc+cu3wBjz/1VF2+0DJ/PBTLlJKm0ncgzeaw5Fxw="; }; postPatch = '' @@ -59,7 +59,7 @@ buildPythonPackage rec { meta = { description = "ZHA Device Handlers are custom quirks implementations for Zigpy"; - homepage = "https://github.com/dmulcahey/zha-device-handlers"; + homepage = "https://github.com/zigpy/zha-device-handlers"; changelog = "https://github.com/zigpy/zha-device-handlers/releases/tag/${src.tag}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ];