jdk: 23 -> 24

This commit is contained in:
Spotlight 2025-05-22 18:00:35 -04:00
parent caa31e196f
commit c9db36e7e2
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
3 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@
# We should only have a single JDK present within our package, # We should only have a single JDK present within our package,
# but let's limit `find` regardless. # but let's limit `find` regardless.
JDK_LOCATION="$(find "${pkgs.jdk23}" -name "*.jdk" | head -n1)" JDK_LOCATION="$(find "${pkgs.jdk24}" -name "*.jdk" | head -n1)"
# Symlink! # Symlink!
ln -sf "$JDK_LOCATION" "/Library/Java/JavaVirtualMachines/zulu-latest.jdk" ln -sf "$JDK_LOCATION" "/Library/Java/JavaVirtualMachines/zulu-latest.jdk"

View file

@ -21,7 +21,7 @@
# We should only have a single JDK present within our package, # We should only have a single JDK present within our package,
# but let's limit `find` regardless. # but let's limit `find` regardless.
JDK_LOCATION="$(find "${pkgs.jdk23}" -name "*.jdk" | head -n1)" JDK_LOCATION="$(find "${pkgs.jdk24}" -name "*.jdk" | head -n1)"
# Symlink! # Symlink!
ln -sf "$JDK_LOCATION" "/Library/Java/JavaVirtualMachines/zulu-latest.jdk" ln -sf "$JDK_LOCATION" "/Library/Java/JavaVirtualMachines/zulu-latest.jdk"

View file

@ -107,7 +107,7 @@
gnome-tweaks gnome-tweaks
gnomeExtensions.appindicator gnomeExtensions.appindicator
htop htop
jdk23 jdk24
minicom minicom
pciutils pciutils
seafile-client seafile-client