gnu: nginx: Update to 1.8.0.
* gnu/packages/web.scm (nginx): Update to 1.8.0.
This commit is contained in:
		
							parent
							
								
									23d00fb0ed
								
							
						
					
					
						commit
						f93b916c3d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -94,14 +94,14 @@ and its related documentation.") | ||||||
| (define-public nginx | (define-public nginx | ||||||
|   (package |   (package | ||||||
|     (name "nginx") |     (name "nginx") | ||||||
|     (version "1.6.2") |     (version "1.8.0") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (string-append "http://nginx.org/download/nginx-" |               (uri (string-append "http://nginx.org/download/nginx-" | ||||||
|                                   version ".tar.gz")) |                                   version ".tar.gz")) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "060s77qxhkn02fjkcndsr0xppj2bppjzkj0gn84svrykb4lqqq5m")))) |                 "1mgkkmmwkhmpn68sdvbd73ssv6lpqhh864fsyvc1ij4hk4is3k13")))) | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (inputs `(("pcre" ,pcre) |     (inputs `(("pcre" ,pcre) | ||||||
|               ("openssl" ,openssl) |               ("openssl" ,openssl) | ||||||
|  |  | ||||||
		Reference in a new issue