mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: nginx: Update to 1.21.5.
* gnu/packages/web.scm (nginx): Update to 1.21.5.
This commit is contained in:
parent
240298bb98
commit
9ff93455ab
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue