mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
bump nginx-geoip2-module to 3.4
This commit is contained in:
parent
b882d5868d
commit
60acb55035
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
|
(package
|
||||||
(inherit nginx)
|
(inherit nginx)
|
||||||
(name "nginx-geoip2-module")
|
(name "nginx-geoip2-module")
|
||||||
(version "3.3")
|
(version "3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list
|
(uri (list
|
||||||
(string-append "https://github.com/leev/ngx_http_geoip2_module/archive/refs/tags/" version ".tar.gz")
|
(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")
|
(synopsis "GeoIP2 module for nginx")
|
||||||
|
|
Loading…
Add table
Reference in a new issue