downgrading nginx to stable version

This commit is contained in:
Jean-François GUILLAUME 2023-06-30 12:43:01 +00:00
commit bc680c4e65

View file

@ -25,7 +25,7 @@
(define-public nginx
(package
(name "nginx")
(version "1.25.1")
(version "1.24.0")
(source (origin
(method url-fetch)
(uri (string-append "https://nginx.org/download/nginx-" version ".tar.gz"))