lol

Merge pull request #132779 from VergeDX/zoom-us

zoom-us: 5.7.28852.0718 -> 5.7.28991.0726

authored by

Sandro and committed by
GitHub
00ee5702 5bc69ff8

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/zoom-us/default.nix
··· 29 29 assert pulseaudioSupport -> libpulseaudio != null; 30 30 31 31 let 32 - version = "5.7.28852.0718"; 32 + version = "5.7.28991.0726"; 33 33 srcs = { 34 34 x86_64-linux = fetchurl { 35 35 url = "https://zoom.us/client/${version}/zoom_x86_64.pkg.tar.xz"; 36 - sha256 = "NoB9qxsuGsiwsZ3Y+F3WZpszujPBX/nehtFFI+KPV5E="; 36 + sha256 = "w1oeMKADG5+7EV1OXyuEbotrwcVywob82KOXKoRUifA="; 37 37 }; 38 38 }; 39 39