Unverified Commit 55347c19 authored by soyouzpanda's avatar soyouzpanda
Browse files

python3Packages.livekit-protocol: add updateScript

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