mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
downgrading nginx to stable version
This commit is contained in:
parent
e968aef6b1
commit
ffb6807517
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue