mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
Merge branch 'devel' into 'main'
bump nginx-geoip2-module to 3.4 See merge request glicid-public/guix-glicid!123
This commit is contained in:
commit
352a9daa6e
1 changed files with 2 additions and 2 deletions
|
@ -263,14 +263,14 @@ and as a proxy to reduce the load on back-end HTTP or mail servers.")
|
|||
(package
|
||||
(inherit nginx)
|
||||
(name "nginx-geoip2-module")
|
||||
(version "3.3")
|
||||
(version "3.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (list
|
||||
(string-append "https://github.com/leev/ngx_http_geoip2_module/archive/refs/tags/" version ".tar.gz")
|
||||
))
|
||||
(sha256 (base32 "19vqzwr6gaqkh3b7zbxc61f87d044ykw9l39i2hi7qrkr0w88ds1"))
|
||||
(sha256 (base32 "0lllgnasd97r6xkj70q42rp61cxrz8qlb64l14rmlwcd6hizqwmd"))
|
||||
)
|
||||
)
|
||||
(synopsis "GeoIP2 module for nginx")
|
||||
|
|
Loading…
Add table
Reference in a new issue