me
/
guix
Archived
1
0
Fork 0

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
Greg Hogan 2024-03-12 16:34:33 +00:00 committed by Christopher Baines
parent dc4842797b
commit 59bd15a7c6
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -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)$")))