about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-26 01:13:12 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-26 01:13:12 +0000
commit0d92f3e0d04ab6de8b4286529a8cc3ef8cf6bc85 (patch)
tree894bb8999104b511e177c78e1b1dbbb0290c2f26 /pkgs/by-name
parent10b682b6e5ed139ee2bef863ada3043f2d79c1cc (diff)
livekit-cli: 1.4.2 -> 1.4.3
Diffstat (limited to 'pkgs/by-name')
-rw-r--r--pkgs/by-name/li/livekit-cli/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/li/livekit-cli/package.nix b/pkgs/by-name/li/livekit-cli/package.nix
index 686f58800345c..fe276c14c3434 100644
--- a/pkgs/by-name/li/livekit-cli/package.nix
+++ b/pkgs/by-name/li/livekit-cli/package.nix
@@ -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" ];