Robert Schütz
2026-02-09 10:24:22 -08:00
parent 6951a787ca
commit 87decdf259
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "livekit-api";
version = "1.0.24";
version = "1.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "livekit";
repo = "python-sdks";
tag = "rtc-v${version}";
hash = "sha256-XtjlKGhz/57NGJ95pKwBE1ylvVXulXsozpTpdbCL1Mk=";
tag = "api-v${version}";
hash = "sha256-Z9ZyzESPUR+j9s9LXSTDx3pB+bltbqTeb8WVKaKk80A=";
};
pypaBuildFlags = [ "livekit-api" ];
@@ -47,6 +47,7 @@ buildPythonPackage rec {
passthru.updateScript = gitUpdater { rev-prefix = "api-v"; };
meta = {
changelog = "https://github.com/livekit/python-sdks/releases/tag/${src.tag}";
description = "LiveKit real-time and server SDKs for Python";
homepage = "https://github.com/livekit/python-sdks/";
license = lib.licenses.asl20;