downgrading nginx to stable version

This commit is contained in:
Jean-François GUILLAUME 2023-06-30 14:37:58 +02:00
parent e968aef6b1
commit ffb6807517
GPG key ID: 38751DAE145EFB5A

View file

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