python3Packages.livekit-protocol: 1.1.0 -> 1.1.2

Diff: https://github.com/livekit/python-sdks/compare/protocol-v1.1.0...protocol-v1.1.2
This commit is contained in:
Robert Schütz
2026-02-09 10:24:22 -08:00
parent 13592bfc1e
commit 6951a787ca
@@ -2,26 +2,26 @@
lib,
buildPythonPackage,
fetchFromGitHub,
setuptools,
hatchling,
protobuf,
gitUpdater,
}:
buildPythonPackage rec {
pname = "livekit-protocol";
version = "1.1.0";
version = "1.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "livekit";
repo = "python-sdks";
tag = "protocol-v${version}";
hash = "sha256-u89KM1Lio1gELIzwhmBJFCf1c29cfGu0WsMf8Vvsi8M=";
hash = "sha256-/QXjIz3q5dF6Y1CkyCP+3hWoXMGs7+eUgtehBJBF7LY=";
};
pypaBuildFlags = [ "livekit-protocol" ];
build-system = [ setuptools ];
build-system = [ hatchling ];
dependencies = [
protobuf