Unverified Commit c451881b authored by soyouzpanda's avatar soyouzpanda
Browse files

python3Packages.livekit-api: add updateScript

parent 55347c19
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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/";