gnu: nginx: Update to 1.21.3.
* gnu/packages/web.scm (nginx): Update to 1.21.3.master
parent
d6d7e2ec50
commit
6e53b3a8cd
|
@ -372,14 +372,14 @@ the same, being completely separated from the Internet.")
|
||||||
;; ’stable’ and recommends that “in general you deploy the NGINX mainline
|
;; ’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/)
|
;; branch at all times” (https://www.nginx.com/blog/nginx-1-6-1-7-released/)
|
||||||
;; Please update the nginx-documentation package together with this one!
|
;; Please update the nginx-documentation package together with this one!
|
||||||
(version "1.21.2")
|
(version "1.21.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://nginx.org/download/nginx-"
|
(uri (string-append "https://nginx.org/download/nginx-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11ail85iw6mg8fxd2qnxhcghi0frjk5r70cfar83dms61rb1qxri"))))
|
"0nhps7igdqcpcy1r8677ar807rfclpylmz3y858a678m1np4lxql"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("libxml2" ,libxml2)
|
(inputs `(("libxml2" ,libxml2)
|
||||||
("libxslt" ,libxslt)
|
("libxslt" ,libxslt)
|
||||||
|
|
Reference in New Issue