Merge pull request #307111 from r-ryantm/auto-update/livekit

livekit: 1.6.0 -> 1.6.1
This commit is contained in:
Jörg Thalheim 2024-04-27 09:22:34 +02:00 committed by GitHub
commit 92ed8e9451
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "livekit";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "livekit";
repo = "livekit";
rev = "v${version}";
hash = "sha256-tgoVHRv8hnDkjFYShZ/3lieknhIobHv27RVvQOCtEWU=";
hash = "sha256-i6G221n6wIOYo//+w/4XN4QpTkt7AYwAw6RBYo66vXI=";
};
vendorHash = "sha256-TZ435gu5naFi/JLz6B/1fpvGA3diJp4JIWL1zgNlb4Q=";
vendorHash = "sha256-7MPjhjTIO7ZKKyc0Du8+0F+8PvpiwiIBMnXZiYX2XyI=";
subPackages = [ "cmd/server" ];