this isn't complete enough to use as a formal updateScript yet, but
it's definitely an improvement over the current purely-manual process.
Co-authored-by: Robert Helgesson <robert@rycee.net>
# https://download.eclipse.org/eclipse/downloads/ is the main place to
# find the downloads needed for new versions
# use ./update.sh to help with updating for each quarterly release
#
# to test:
# then, to test:
# for e in cpp modeling platform sdk java jee committers rcp; do for s in pkgs pkgsCross.aarch64-multiplatform; do echo; echo $s $e; nix build -f default.nix ${s}.eclipses.eclipse-${e} -o eclipse-${s}-${e}; done; done