gnu: nginx: Update to 1.21.5.

* gnu/packages/web.scm (nginx): Update to 1.21.5.
This commit is contained in:
Tobias Geerinckx-Rice 2021-12-28 22:40:37 +01:00
parent 240298bb98
commit 9ff93455ab
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -371,14 +371,14 @@ (define-public nginx
;; Track the mainline branch. Upstream considers it more reliable than
;; stable and recommends that “in general you deploy the NGINX mainline
;; branch at all times” (https://www.nginx.com/blog/nginx-1-6-1-7-released/)
(version "1.21.4")
(version "1.21.5")
(source (origin
(method url-fetch)
(uri (string-append "https://nginx.org/download/nginx-"
version ".tar.gz"))
(sha256
(base32
"1ziv3xargxhxycd5hp6r3r5mww54nvvydiywcpsamg3i9r3jzxyi"))))
"1fygvl19cch100d15k74666jcbc7xpz7v5m7ygqac6556gskn3xj"))))
(build-system gnu-build-system)
(inputs (list libxml2 libxslt openssl pcre zlib))
(arguments