gnu: nginx: Update to 1.12.2.

* gnu/packages/web.scm (nginx): Update to 1.12.2.
This commit is contained in:
Marius Bakke 2017-10-17 20:53:55 +02:00
parent 790d33c3bb
commit b2850fd170
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -142,14 +142,14 @@ and its related documentation.")
(name "nginx") (name "nginx")
;; Consider updating the nginx-docs package if the nginx package is ;; Consider updating the nginx-docs package if the nginx package is
;; updated. ;; updated.
(version "1.12.1") (version "1.12.2")
(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
"1yvnmj7vlykrqdi6amkvs63lva6qkxd98sqv0a8hz8w5ci1bz4w7")))) "05h4rwja7170z0l979yjghy9i9ichllwhicylzpmmyyml6fkfprh"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("pcre" ,pcre) (inputs `(("pcre" ,pcre)
("openssl" ,openssl) ("openssl" ,openssl)