gnu: nginx: Update to 1.13.12.
* gnu/packages/web.scm (nginx): Update to 1.13.12.master
parent
a7aed511ec
commit
1c24862f1e
|
@ -186,14 +186,14 @@ Interface} specification.")
|
||||||
(name "nginx")
|
(name "nginx")
|
||||||
;; Consider updating the nginx-documentation package if the nginx package is
|
;; Consider updating the nginx-documentation package if the nginx package is
|
||||||
;; updated.
|
;; updated.
|
||||||
(version "1.13.11")
|
(version "1.13.12")
|
||||||
(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
|
||||||
"01bgld6pv9sms9bsmx863yqw2hnivxhn91xs6imqklj48sbrqy9m"))))
|
"1pl5ii1w2ycxprxk8zdnxlpdd1dia6hyrns7mnqkm3fv5ihgb4pv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("openssl" ,openssl)
|
(inputs `(("openssl" ,openssl)
|
||||||
("pcre" ,pcre)
|
("pcre" ,pcre)
|
||||||
|
|
Reference in New Issue