bump nginx-geoip2-module to 3.4

This commit is contained in:
Jean-François GUILLAUME 2022-11-17 14:46:07 +01:00
parent b882d5868d
commit 60acb55035
GPG key ID: 38751DAE145EFB5A

View file

@ -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")