mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
modsecurity 3.0.13
This commit is contained in:
parent
f4772242a7
commit
5badb25d7c
1 changed files with 2 additions and 2 deletions
|
@ -144,11 +144,11 @@
|
||||||
(define-public modsecurity
|
(define-public modsecurity
|
||||||
(package
|
(package
|
||||||
(name "modsecurity")
|
(name "modsecurity")
|
||||||
(version "3.0.11")
|
(version "3.0.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append "https://github.com/SpiderLabs/ModSecurity/releases/download/v" version "/modsecurity-v" version ".tar.gz")))
|
(uri (list (string-append "https://github.com/SpiderLabs/ModSecurity/releases/download/v" version "/modsecurity-v" version ".tar.gz")))
|
||||||
(sha256 (base32 "14mn713xjk6m9g5am5jav47zkrp4w936ncdibswqa1ykg73lc3q7"))))
|
(sha256 (base32 "1wnkyhw36vsaqfyk8qch0qr34m5jhcg51wwxlhibhqd1ch8qid46"))))
|
||||||
(synopsis "modsecurity module for nginx")
|
(synopsis "modsecurity module for nginx")
|
||||||
(description "modsecurity module for nginx.")
|
(description "modsecurity module for nginx.")
|
||||||
(license license:asl2.0)
|
(license license:asl2.0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue