boskovits pushed a commit to branch master in repository maintenance. commit 87d451e9c3381b21e6c7208372576abed84df1e6 Author: Gábor Boskovits <boskov...@gmail.com> Date: Wed Dec 25 17:26:53 2019 +0100
Revert "nginx: berlin: Use nginx 1.17.4." This reverts commit 9fdb990982006a4d0ddb68aa71351cc76ef50cdc. No longer needed, as update to nginx 1.17.7 fixes the regression introduced in 1.17.5. See #38411. --- hydra/nginx/berlin.scm | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm index e82d3d7..d562920 100644 --- a/hydra/nginx/berlin.scm +++ b/hydra/nginx/berlin.scm @@ -3,17 +3,6 @@ (use-modules (gnu services web) (gnu services version-control)) -(define nginx-1.17.4 - (package - (inherit nginx) - (version "1.17.4") - (source (origin - (method url-fetch) - (uri (string-append "https://nginx.org/download/nginx-" - version ".tar.gz")) - (sha256 - (base32 - "0mg521bxh8pysmy20x599m252ici9w97kk7qy7s0wrv6bqv4p1b2")))))) (define* (le host #:optional privkey) @@ -802,8 +791,4 @@ PUBLISH-URL." (define %nginx-configuration (nginx-configuration - - ;; Work around <https://bugs.gnu.org/38411>. - (nginx nginx-1.17.4) - (file %nginx-config-file)))