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

livekit: 1.7.0 -> 1.7.2
This commit is contained in:
Sebastián Mancilla 2024-08-22 22:01:09 -04:00 committed by GitHub
commit e1c79ad8df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "livekit";
version = "1.7.0";
version = "1.7.2";
src = fetchFromGitHub {
owner = "livekit";
repo = "livekit";
rev = "v${version}";
hash = "sha256-wUMp2U++6LQm8Iyv6CI8NSoc1sL2k/N12m4FVr35RS0=";
hash = "sha256-z3xXvs31SMEq0Wfhm/v+7iznCsz/kNqwhQsMueQmEhw=";
};
vendorHash = "sha256-SN92BqNsbtXHwIcEk6AmVLoKyPr8Pn4MbKEIYS4ZodQ=";
vendorHash = "sha256-aVKCDDlCkFlFa88H1UAR98Hai5junVWVxVZPK5i+nM8=";
subPackages = [ "cmd/server" ];