Unverified Commit 9565dfaf authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

libmodsecurity: 3.0.12 -> 3.0.13 (#339396)

parents 211fdecf 9e41610e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "libmodsecurity";
  version = "3.0.12";
  version = "3.0.13";

  src = fetchFromGitHub {
    owner = "owasp-modsecurity";
    repo = "ModSecurity";
    rev = "v${version}";
    hash = "sha256-WIFAg9LvKAC8e3gpcIxtNHT53AIfPtUTyrv30woxP4M=";
    hash = "sha256-+z31t007NLCAFG/Lsj5j/AbBDPkI2wjbH5yM5vipH04=";
    fetchSubmodules = true;
  };