mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
switching back to mainline as error was from config
This commit is contained in:
parent
85acbfc7f6
commit
6fcf7381af
1 changed files with 2 additions and 2 deletions
|
@ -25,11 +25,11 @@
|
|||
(define-public nginx
|
||||
(package
|
||||
(name "nginx")
|
||||
(version "1.24.0")
|
||||
(version "1.25.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://nginx.org/download/nginx-" version ".tar.gz"))
|
||||
(sha256 (base32 "0pgmy87y70q2jhxab6z60zbzc35lnz47crz77qg64amr6wb598kp"))))
|
||||
(sha256 (base32 "00l6kbi7vfmzpgwswfskwi5npz19lan0pvq803f3msp08sn7347h"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list libxml2 libxslt openssl pcre zlib gd gperftools))
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Reference in a new issue