task | format

This commit is contained in:
Don Harper 2026-05-29 14:48:56 -05:00
parent fabfd31bdf
commit 79c46d8106

View file

@ -3,10 +3,8 @@ final: prev: {
zoom-us = prev.zoom-us.overrideAttrs (old: {
versions.x86_64-linux = "6.3.1.5673";
src.x86_64-linux = fetchurl {
url =
"https://zoom.us/client/${versions.x86_64-linux}/zoom_x86_64.pkg.tar.xz";
hash =
"sha256-e3b31bba6a540ee58d056cccd8107a00f193dec1a327d6a019e22fdda33649cf=";
url = "https://zoom.us/client/${versions.x86_64-linux}/zoom_x86_64.pkg.tar.xz";
hash = "sha256-e3b31bba6a540ee58d056cccd8107a00f193dec1a327d6a019e22fdda33649cf=";
};
});
}