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:
commit
ba59544eef
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
(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"))
|
||||||
(sha256 (base32 "00l6kbi7vfmzpgwswfskwi5npz19lan0pvq803f3msp08sn7347h"))))
|
(sha256 (base32 "0pgmy87y70q2jhxab6z60zbzc35lnz47crz77qg64amr6wb598kp"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list libxml2 libxslt openssl pcre zlib gd gperftools))
|
(inputs (list libxml2 libxslt openssl pcre zlib gd gperftools))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Reference in a new issue