zoom-us: 5.4.57862.0110 -> 5.5.6981.0202

This commit is contained in:
Markus Hauck 2021-02-05 09:02:56 +01:00
parent 24e5fe6075
commit 11daaf463c
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
{ stdenv { stdenv
, lib , lib
, fetchurl , fetchurl
, mkDerivation
, makeWrapper , makeWrapper
, fetchFromGitHub , fetchFromGitHub
# Dynamic libraries # Dynamic libraries
@ -32,11 +31,11 @@
assert pulseaudioSupport -> libpulseaudio != null; assert pulseaudioSupport -> libpulseaudio != null;
let let
version = "5.4.57862.0110"; version = "5.5.6981.0202";
srcs = { srcs = {
x86_64-linux = fetchurl { x86_64-linux = fetchurl {
url = "https://zoom.us/client/${version}/zoom_x86_64.pkg.tar.xz"; url = "https://zoom.us/client/${version}/zoom_x86_64.pkg.tar.xz";
sha256 = "sha256-ZAwXhbZ3nT6PGkSC1vnX2y/XUOZfped0r3OuedI62gY="; sha256 = "05alb81cn1vbpva5rcfwh58sjbg4f2pils4vcdgw6dvi4pbvs694";
}; };
}; };
dontUnpack = true; dontUnpack = true;