about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorAngus Trau <me@angus.ws>2021-07-25 17:14:03 +1000
committerAngus Trau <me@angus.ws>2021-07-25 17:14:03 +1000
commitc2461f0d67efbd642d647e827c8f234f15386fa1 (patch)
tree9b25c6303b599b15a8f0564b59b593ae46c209fe /pkgs/applications
parent2129356a6405cc342e860d87623d3823e8ee3b8c (diff)
downloadnixlib-c2461f0d67efbd642d647e827c8f234f15386fa1.tar
nixlib-c2461f0d67efbd642d647e827c8f234f15386fa1.tar.gz
nixlib-c2461f0d67efbd642d647e827c8f234f15386fa1.tar.bz2
nixlib-c2461f0d67efbd642d647e827c8f234f15386fa1.tar.lz
nixlib-c2461f0d67efbd642d647e827c8f234f15386fa1.tar.xz
nixlib-c2461f0d67efbd642d647e827c8f234f15386fa1.tar.zst
nixlib-c2461f0d67efbd642d647e827c8f234f15386fa1.zip
zoom-us: 5.7.26030.0627 -> 5.7.28852.0718
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/instant-messengers/zoom-us/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/zoom-us/default.nix b/pkgs/applications/networking/instant-messengers/zoom-us/default.nix
index 78cfa89e6d45..087754775bd4 100644
--- a/pkgs/applications/networking/instant-messengers/zoom-us/default.nix
+++ b/pkgs/applications/networking/instant-messengers/zoom-us/default.nix
@@ -29,11 +29,11 @@
 assert pulseaudioSupport -> libpulseaudio != null;
 
 let
-  version = "5.7.26030.0627";
+  version = "5.7.28852.0718";
   srcs = {
     x86_64-linux = fetchurl {
       url = "https://zoom.us/client/${version}/zoom_x86_64.pkg.tar.xz";
-      sha256 = "1nooaafH+ajRtdrknXmFPclC4fJMpRTo+gBsaPHYfT0=";
+      sha256 = "NoB9qxsuGsiwsZ3Y+F3WZpszujPBX/nehtFFI+KPV5E=";
     };
   };