diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-04-24 08:08:02 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-04-24 08:08:02 -0400 |
commit | f93b916c3d20ab1b3439f67dde137f36918619f3 (patch) | |
tree | d385d4284d5c5f4dd9de67ba5563515510c32920 /gnu/packages/web.scm | |
parent | 23d00fb0ed96a6d913c47cf36e249523bcba88d1 (diff) | |
download | patches-f93b916c3d20ab1b3439f67dde137f36918619f3.tar patches-f93b916c3d20ab1b3439f67dde137f36918619f3.tar.gz |
gnu: nginx: Update to 1.8.0.
* gnu/packages/web.scm (nginx): Update to 1.8.0.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 519a91e160..fb3ff2d149 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -94,14 +94,14 @@ and its related documentation.") (define-public nginx (package (name "nginx") - (version "1.6.2") + (version "1.8.0") (source (origin (method url-fetch) (uri (string-append "http://nginx.org/download/nginx-" version ".tar.gz")) (sha256 (base32 - "060s77qxhkn02fjkcndsr0xppj2bppjzkj0gn84svrykb4lqqq5m")))) + "1mgkkmmwkhmpn68sdvbd73ssv6lpqhh864fsyvc1ij4hk4is3k13")))) (build-system gnu-build-system) (inputs `(("pcre" ,pcre) ("openssl" ,openssl) |