Merge branch 'devel' into 'main'

updating nginx

See merge request glicid-public/guix-glicid!120
This commit is contained in:
Jean-François GUILLAUME 2022-11-17 13:38:55 +00:00
commit 53a7ae2f59

View file

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