Merge pull request #226568 from r-ryantm/auto-update/libmodsecurity

libmodsecurity: 3.0.8 -> 3.0.9
This commit is contained in:
Nick Cao 2023-04-17 19:54:30 +08:00 committed by GitHub
commit 48a45bbe6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "libmodsecurity";
version = "3.0.8";
version = "3.0.9";
src = fetchFromGitHub {
owner = "SpiderLabs";
repo = "ModSecurity";
rev = "v${version}";
sha256 = "sha256-Xqg7Y6i5pG1WGDLE7Zry+6ZN5o1LpmpOwEL67LlzIDk=";
sha256 = "sha256-7tA1fqKK5aGOhWBifLAjDmQ80ven4+OcwAzAowPStzA=";
fetchSubmodules = true;
};