summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2020-07-01 16:36:28 -0400
committerTim Steinbach <tim@nequissimus.com>2020-07-01 16:36:28 -0400
commita59fad3e35e70927ecc7af22cbf6d899c603a64c (patch)
tree6d1138236780ddb7394bb9960bb336f42b26e62a /pkgs/applications
parent6c024d5814db46d303d7a3a261dc4fadf530f262 (diff)
downloadnixpkgs-a59fad3e35e70927ecc7af22cbf6d899c603a64c.tar
nixpkgs-a59fad3e35e70927ecc7af22cbf6d899c603a64c.tar.gz
nixpkgs-a59fad3e35e70927ecc7af22cbf6d899c603a64c.tar.bz2
nixpkgs-a59fad3e35e70927ecc7af22cbf6d899c603a64c.tar.lz
nixpkgs-a59fad3e35e70927ecc7af22cbf6d899c603a64c.tar.xz
nixpkgs-a59fad3e35e70927ecc7af22cbf6d899c603a64c.tar.zst
nixpkgs-a59fad3e35e70927ecc7af22cbf6d899c603a64c.zip
zoom-us: 5.1.412382.0614 -> 5.1.418436.0628
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 e82fbc7bebc..6b00ebc3444 100644
--- a/pkgs/applications/networking/instant-messengers/zoom-us/default.nix
+++ b/pkgs/applications/networking/instant-messengers/zoom-us/default.nix
@@ -15,11 +15,11 @@ assert pulseaudioSupport -> libpulseaudio != null;
 let
   inherit (stdenv.lib) concatStringsSep makeBinPath optional;
 
-  version = "5.1.412382.0614";
+  version = "5.1.418436.0628";
   srcs = {
     x86_64-linux = fetchurl {
       url = "https://zoom.us/client/${version}/zoom_x86_64.tar.xz";
-      sha256 = "07xb3v5i08wq0a3my9id91gizsxj5ppqvxmcbdy04j7yn4i1jm9x";
+      sha256 = "0qgjsc6880i5zn4ck57haidcq40w37sjpdrix4gf09986qcc8gmm";
     };
   };