updating nginx

This commit is contained in:
Jean-François GUILLAUME 2022-11-17 14:34:40 +01:00
parent 1b18d13abb
commit f1fa75da9a
GPG key ID: 38751DAE145EFB5A

View file

@ -21,11 +21,11 @@
(define-public nginx (define-public nginx
(package (package
(name "nginx") (name "nginx")
(version "1.21.6") (version "1.23.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://nginx.org/download/nginx-" version ".tar.gz")) (uri (string-append "https://nginx.org/download/nginx-" version ".tar.gz"))
(sha256 (base32 "1bh52jqqcaj5wlh2kvhxr00jhk2hnk8k97ki4pwyj4c8920p1p36")))) (sha256 (base32 "0ihbkfcqlqadzkdk813raq15qqrahss1gdd81bkswanpsdrc4358"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (list libxml2 libxslt openssl pcre zlib)) (inputs (list libxml2 libxslt openssl pcre zlib))
(arguments (arguments