about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/zoom-us
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-21 00:58:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-21 00:58:06 +0000
commit3ae13dfd232c9457f3a57da2e461b92b42c84e92 (patch)
tree085b8b8726788f3e31587f15f28ce6ec5ca95895 /pkgs/applications/networking/instant-messengers/zoom-us
parenteafa1fd10d709fb2e5b85865cb475f1c074c33f8 (diff)
zoom-us: 5.14.10.3738 -> 5.15.0.4063
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/zoom-us')
-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 0edaddc385eba..356123be92268 100644
--- a/pkgs/applications/networking/instant-messengers/zoom-us/default.nix
+++ b/pkgs/applications/networking/instant-messengers/zoom-us/default.nix
@@ -50,7 +50,7 @@ let
   # find where to edit them.
   versions.aarch64-darwin = "5.14.10.19202";
   versions.x86_64-darwin = "5.14.10.19202";
-  versions.x86_64-linux = "5.14.10.3738";
+  versions.x86_64-linux = "5.15.0.4063";
 
   srcs = {
     aarch64-darwin = fetchurl {
@@ -64,7 +64,7 @@ let
     };
     x86_64-linux = fetchurl {
       url = "https://zoom.us/client/${versions.x86_64-linux}/zoom_x86_64.pkg.tar.xz";
-      hash = "sha256-ccuTzvsbygifFVCp5LJkMmKBZK2amMbAesXDlNXxoco=";
+      hash = "sha256-DhP6LZt/G3K9YDs7iXABsJMuhpzITP4aJ0PWXrFAL3I=";
     };
   };