Unverified Commit b76f000a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

livekit-cli: 1.4.2 -> 1.4.3
parents 77884ab9 0d92f3e0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

buildGoModule rec {
  pname = "livekit-cli";
  version = "1.4.2";
  version = "1.4.3";

  src = fetchFromGitHub {
    owner = "livekit";
    repo = "livekit-cli";
    rev = "v${version}";
    hash = "sha256-6UIMyroZpylUMG7TIBOqDIDsuJLtpe2BQxfjEhbZBGc=";
    hash = "sha256-IARQ5yxktem729SrxdT5i+7+1dY60xw+2KZU+unlsKM=";
  };

  vendorHash = "sha256-e84jusaQx6B5cbJoIOSVyxgAQx9VIxFODH1Io1Z/yj0=";
  vendorHash = "sha256-3ePOwEEPexM+k0atW/mW4yNVtnsEXwv1w5NVQLyexbs=";

  subPackages = [ "cmd/livekit-cli" ];