Robert Schütz
2026-04-02 13:10:32 -07:00
parent e3847feb83
commit fdefdc9e46
@@ -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 ];