summary refs log tree commit diff
path: root/pkgs/development/compilers/adoptopenjdk-bin/generate-sources.py
diff options
context:
space:
mode:
authorandreoss <andreoss@sdf.org>2020-11-01 06:54:35 +0300
committerandreoss <andreoss@sdf.org>2020-11-23 12:19:26 +0300
commit80f1e61114c8fe50d0057c469ae5daad4f6762e6 (patch)
treea2a5663b46495e32b2b42c0d8094f9670079fb0e /pkgs/development/compilers/adoptopenjdk-bin/generate-sources.py
parentfad48e3230131a8139fcee2063a0e9b165f6fac3 (diff)
downloadnixpkgs-80f1e61114c8fe50d0057c469ae5daad4f6762e6.tar
nixpkgs-80f1e61114c8fe50d0057c469ae5daad4f6762e6.tar.gz
nixpkgs-80f1e61114c8fe50d0057c469ae5daad4f6762e6.tar.bz2
nixpkgs-80f1e61114c8fe50d0057c469ae5daad4f6762e6.tar.lz
nixpkgs-80f1e61114c8fe50d0057c469ae5daad4f6762e6.tar.xz
nixpkgs-80f1e61114c8fe50d0057c469ae5daad4f6762e6.tar.zst
nixpkgs-80f1e61114c8fe50d0057c469ae5daad4f6762e6.zip
adoptopenjdk: 8.0.252 -> 8.0.272, 11.0.7 -> 11.0.9, add 14.0.2, add 15.0.1
Add latest openjdk releases.
Diffstat (limited to 'pkgs/development/compilers/adoptopenjdk-bin/generate-sources.py')
-rwxr-xr-xpkgs/development/compilers/adoptopenjdk-bin/generate-sources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/adoptopenjdk-bin/generate-sources.py b/pkgs/development/compilers/adoptopenjdk-bin/generate-sources.py
index a7782610afb..63b807bd800 100755
--- a/pkgs/development/compilers/adoptopenjdk-bin/generate-sources.py
+++ b/pkgs/development/compilers/adoptopenjdk-bin/generate-sources.py
@@ -6,7 +6,7 @@ import re
 import requests
 import sys
 
-releases = ("openjdk8", "openjdk11", "openjdk13")
+releases = ("openjdk8", "openjdk11", "openjdk13", "openjdk14", "openjdk15")
 oses = ("mac", "linux")
 types = ("jre", "jdk")
 impls = ("hotspot", "openj9")