gnu: nginx: Update to 1.13.11.

* gnu/packages/web.scm (nginx): Update to 1.13.11.
This commit is contained in:
Tobias Geerinckx-Rice 2018-04-05 03:08:06 +02:00
parent b357ccdd8b
commit c70935a939
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -186,14 +186,14 @@ (define-public nginx
(name "nginx")
;; Consider updating the nginx-documentation package if the nginx package is
;; updated.
(version "1.13.10")
(version "1.13.11")
(source (origin
(method url-fetch)
(uri (string-append "https://nginx.org/download/nginx-"
version ".tar.gz"))
(sha256
(base32
"11a8m4lhy6h8mmrsakn73pd5gcyvhxpz1xvlr103rglh9l884q9k"))))
"01bgld6pv9sms9bsmx863yqw2hnivxhn91xs6imqklj48sbrqy9m"))))
(build-system gnu-build-system)
(inputs `(("openssl" ,openssl)
("pcre" ,pcre)