bump modsecurity to 3.0.8

This commit is contained in:
Jean-François GUILLAUME 2022-11-17 14:41:30 +01:00
parent f1fa75da9a
commit 6c525b2b94
GPG key ID: 38751DAE145EFB5A

View file

@ -164,14 +164,14 @@ and as a proxy to reduce the load on back-end HTTP or mail servers.")
(define-public modsecurity
(package
(name "modsecurity")
(version "3.0.5")
(version "3.0.8")
(source
(origin
(method url-fetch)
(uri (list
(string-append "https://github.com/SpiderLabs/ModSecurity/releases/download/v" version "/modsecurity-v" version ".tar.gz")
))
(sha256 (base32 "1sarp7bjvkkdlpky5j9axfi0qmb177vw2vn2s10c8fcdg9dgj6vm" ))
(sha256 (base32 "1isng4z2xijqq92105si1zxkzlx4ifdnn38d7n38mrfp7jdwhhg2"))
)
)
(synopsis "modsecurity module for nginx")