lol

zoom-us: 6.5.11.4015 -> 6.6.0.4410

R. Ryantm 10eaba5d 6104254f

+6 -6
+6 -6
pkgs/by-name/zo/zoom-us/package.nix
··· 54 54 # Zoom versions are released at different times per platform and often with different versions. 55 55 # We write them on three lines like this (rather than using {}) so that the updater script can 56 56 # find where to edit them. 57 - versions.aarch64-darwin = "6.5.11.62892"; 58 - versions.x86_64-darwin = "6.5.11.62892"; 57 + versions.aarch64-darwin = "6.6.0.64511"; 58 + versions.x86_64-darwin = "6.6.0.64511"; 59 59 60 60 # This is the fallback version so that evaluation can produce a meaningful result. 61 - versions.x86_64-linux = "6.5.11.4015"; 61 + versions.x86_64-linux = "6.6.0.4410"; 62 62 63 63 srcs = { 64 64 aarch64-darwin = fetchurl { 65 65 url = "https://zoom.us/client/${versions.aarch64-darwin}/zoomusInstallerFull.pkg?archType=arm64"; 66 66 name = "zoomusInstallerFull.pkg"; 67 - hash = "sha256-ofSy5DCYc3mR5hXOflIHf2JQB+F/7aXwascJGnb/MK0="; 67 + hash = "sha256-2GdiJ/2K3TDF6nvVaIBVLJHgasx1e22aS4rhP30L2/o="; 68 68 }; 69 69 x86_64-darwin = fetchurl { 70 70 url = "https://zoom.us/client/${versions.x86_64-darwin}/zoomusInstallerFull.pkg"; 71 - hash = "sha256-G6kmyxKpGyTb2Lm2hdhcTznrZR3P6YPZXOiDeSR0vfQ="; 71 + hash = "sha256-td0EltgpfSGlyo9Pg/4qS8qUdELP+A97iY9z3g19MW8="; 72 72 }; 73 73 x86_64-linux = fetchurl { 74 74 url = "https://zoom.us/client/${versions.x86_64-linux}/zoom_x86_64.pkg.tar.xz"; 75 - hash = "sha256-h4NZNDNTksmQcSbhbM16NmXh8LRZA5wZptWqKMGe80Y="; 75 + hash = "sha256-KTg6VO1GT/8ppXFevGDx0br9JGl9rdUtuBzHmnjiOuk="; 76 76 }; 77 77 }; 78 78