python3Packages.livekit-api: add updateScript

This commit is contained in:
soyouzpanda 2025-05-05 10:30:45 +02:00
parent 55347c1937
commit c451881bba
No known key found for this signature in database

View File

@ -8,6 +8,7 @@
protobuf,
livekit-protocol,
pytestCheckHook,
gitUpdater,
}:
buildPythonPackage rec {
@ -43,6 +44,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "livekit" ];
passthru.updateScript = gitUpdater { rev-prefix = "api-v"; };
meta = {
description = "LiveKit real-time and server SDKs for Python";
homepage = "https://github.com/livekit/python-sdks/";