zoom-us: 6.5.3.2773 -> 6.5.7.3298 (#427520)

authored by philiptaron.tngl.sh and committed by GitHub 64760df1 27eec408

+6 -6
+6 -6
pkgs/by-name/zo/zoom-us/package.nix
··· 61 61 # and often with different versions. We write them on three lines 62 62 # like this (rather than using {}) so that the updater script can 63 63 # find where to edit them. 64 - versions.aarch64-darwin = "6.5.3.58803"; 65 - versions.x86_64-darwin = "6.5.3.58803"; 66 - versions.x86_64-linux = "6.5.3.2773"; 64 + versions.aarch64-darwin = "6.5.7.60598"; 65 + versions.x86_64-darwin = "6.5.7.60598"; 66 + versions.x86_64-linux = "6.5.7.3298"; 67 67 68 68 srcs = { 69 69 aarch64-darwin = fetchurl { 70 70 url = "https://zoom.us/client/${versions.aarch64-darwin}/zoomusInstallerFull.pkg?archType=arm64"; 71 71 name = "zoomusInstallerFull.pkg"; 72 - hash = "sha256-Cwr4xshh3PJ3Vi4tH60/qeAp9OsvqdGkoj8Fwe88K/0="; 72 + hash = "sha256-o7ZxDYQS0J9Tl8kECSms1XQ6CVgxt453lDuFyZSZBv4="; 73 73 }; 74 74 x86_64-darwin = fetchurl { 75 75 url = "https://zoom.us/client/${versions.x86_64-darwin}/zoomusInstallerFull.pkg"; 76 - hash = "sha256-45N/IhJpxZrxGVvqNWJC6ZiC6B3Srjd1Ucqxx+mc6eE="; 76 + hash = "sha256-y5/8xNtQTAbsXwbajFfzx0iNPEMQ0S+DAw2eS2mf5SQ="; 77 77 }; 78 78 x86_64-linux = fetchurl { 79 79 url = "https://zoom.us/client/${versions.x86_64-linux}/zoom_x86_64.pkg.tar.xz"; 80 - hash = "sha256-laZg8uAo4KhgntYetAZGoGp0QPkK9EXPQh6kJ6VEkgE="; 80 + hash = "sha256-6gzgJmB+/cwcEToQpniVVZyQZcqzblQG/num0X+xUIE="; 81 81 }; 82 82 }; 83 83