gnu: openjdk11: Update to 11.0.22.
* gnu/packages/java.scm (openjdk11): Update to 11.0.22. Signed-off-by: Christopher Baines <mail@cbaines.net>master
parent
dc4842797b
commit
59bd15a7c6
|
@ -1217,7 +1217,7 @@ new Date();"))
|
|||
(define-public openjdk11
|
||||
(package
|
||||
(name "openjdk")
|
||||
(version "11.0.17")
|
||||
(version "11.0.22")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://openjdk-sources.osci.io/openjdk11/openjdk-"
|
||||
|
@ -1225,7 +1225,7 @@ new Date();"))
|
|||
(file-name (string-append name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1prvqy0ysz0999wrhsrbz6vrknpqfihl9l74l16ph93g89dqi5ia"))
|
||||
"18ca4syp9xlrqjgyjkb1sp9835riy6aym5xs81r8byrz6jlb2473"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(for-each delete-file (find-files "." "\\.(bin|exe|jar)$")))
|
||||
|
|
Reference in New Issue