diff --git a/glicid/packages/nginx.scm b/glicid/packages/nginx.scm index 4a7ff62..f394dd5 100644 --- a/glicid/packages/nginx.scm +++ b/glicid/packages/nginx.scm @@ -114,7 +114,7 @@ and as a proxy to reduce the load on back-end HTTP or mail servers.") ) ) (file-name (git-file-name "nginx-ldap-auth-module" version)) - (sha256 (base32 "023zmdir7w92dnb508ggskkc7kmd7k71hc597sb7i4xfgpwxzq1s" )) + (sha256 (base32 "023zmdir7w92dnb508ggskkc7kmd7k71hc597sb7i4xfgpwxzq1s")) ) ) (synopsis "LDAP Authentication module for nginx") @@ -205,14 +205,14 @@ and as a proxy to reduce the load on back-end HTTP or mail servers.") (package (inherit nginx) (name "nginx-modsecurity-module") - (version "1.0.2") + (version "1.0.3") (source (origin (method url-fetch) (uri (list (string-append "https://github.com/SpiderLabs/ModSecurity-nginx/releases/download/v" version "/modsecurity-nginx-v" version ".tar.gz") )) - (sha256 (base32 "0clcny8276d3j73ws661lh983vqq9m29rw7qb7gn132ha066d9j1" )) + (sha256 (base32 "1pcayz0kkpr0fvs8fwai0xv7jw9r7ph66vwxm6vrq0mc11r1r0df")) ) ) (synopsis "ModSecurity module for nginx") @@ -270,7 +270,7 @@ and as a proxy to reduce the load on back-end HTTP or mail servers.") (uri (list (string-append "https://github.com/leev/ngx_http_geoip2_module/archive/refs/tags/" version ".tar.gz") )) - (sha256 (base32 "19vqzwr6gaqkh3b7zbxc61f87d044ykw9l39i2hi7qrkr0w88ds1" )) + (sha256 (base32 "19vqzwr6gaqkh3b7zbxc61f87d044ykw9l39i2hi7qrkr0w88ds1")) ) ) (synopsis "GeoIP2 module for nginx") @@ -329,7 +329,7 @@ and as a proxy to reduce the load on back-end HTTP or mail servers.") (uri (list (string-append "https://github.com/yaoweibin/ngx_http_substitutions_filter_module/archive/" version ".tar.gz") )) - (sha256 (base32 "1cxb3yv6085rj50s001p2vblvz5px2v92whwjhb14kl8fnm2cans" )) + (sha256 (base32 "1cxb3yv6085rj50s001p2vblvz5px2v92whwjhb14kl8fnm2cans")) ) ) (synopsis "substitutions_filter module for nginx")