python3Packages.livekit-protocol: add updateScript

This commit is contained in:
soyouzpanda
2025-05-05 10:30:22 +02:00
parent fd1e5d95bf
commit 55347c1937
@@ -4,6 +4,7 @@
fetchFromGitHub,
setuptools,
protobuf,
gitUpdater,
}:
buildPythonPackage rec {
@@ -32,6 +33,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "livekit" ];
passthru.updateScript = gitUpdater { rev-prefix = "protocol-v"; };
meta = {
description = "LiveKit real-time and server SDKs for Python";
homepage = "https://github.com/livekit/python-sdks/";