about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorBernardo Meurer <meurerbernardo@gmail.com>2020-04-28 13:51:13 -0700
committerBernardo Meurer <meurerbernardo@gmail.com>2020-04-28 13:52:28 -0700
commitde2b31490b6e52de5581417ee0904e8d8f3e0f1b (patch)
tree9b905ba882364778685462892988ce8d2b263103 /pkgs/applications/networking
parent92212a59df51900437beba6d98dc3da9a84ccdb2 (diff)
downloadnixlib-de2b31490b6e52de5581417ee0904e8d8f3e0f1b.tar
nixlib-de2b31490b6e52de5581417ee0904e8d8f3e0f1b.tar.gz
nixlib-de2b31490b6e52de5581417ee0904e8d8f3e0f1b.tar.bz2
nixlib-de2b31490b6e52de5581417ee0904e8d8f3e0f1b.tar.lz
nixlib-de2b31490b6e52de5581417ee0904e8d8f3e0f1b.tar.xz
nixlib-de2b31490b6e52de5581417ee0904e8d8f3e0f1b.tar.zst
nixlib-de2b31490b6e52de5581417ee0904e8d8f3e0f1b.zip
zoom-us: 3.5.385850.0413 -> 5.0.398100.0427
Diffstat (limited to 'pkgs/applications/networking')
-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 ef06f26522d6..84f334be06fb 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 = "3.5.385850.0413";
+  version = "5.0.398100.0427";
   srcs = {
     x86_64-linux = fetchurl {
       url = "https://zoom.us/client/${version}/zoom_x86_64.tar.xz";
-      sha256 = "049kxgkyaxknxpk0hf1a7bxn0c08dk250z3q2ba9pc1xkrn5kdnw";
+      sha256 = "0b9jdicr783wagp2j79106bbk68974j3v8zg8nvky5fydl6ngjvi";
     };
   };