mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: openjdk18: Update to 18.0.2.
* gnu/packages/java.scm (openjdk18): Update to 18.0.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
a49e4087a1
commit
fc4eef7506
1 changed files with 2 additions and 2 deletions
|
@ -2155,8 +2155,8 @@ (define-public openjdk17
|
|||
(("^#!.*") "#! java BlockedCertsConverter SHA-256\n"))))))))))
|
||||
|
||||
(define-public openjdk18
|
||||
(make-openjdk openjdk17 "18"
|
||||
"1bv6bdhkmwvn10l0xy8yi9xibds640hs5zsvx0jp7wrxa3qw4qy8"))
|
||||
(make-openjdk openjdk17 "18.0.2"
|
||||
"1yimfdkwpinhg5cf1mcrzk9xvjwnray3cx762kypb9jcwbranjwx"))
|
||||
|
||||
;;; Convenience alias to point to the latest version of OpenJDK.
|
||||
(define-public openjdk openjdk18)
|
||||
|
|
Loading…
Reference in a new issue