Commit 9e41610e authored by R. RyanTM's avatar R. RyanTM
Browse files

libmodsecurity: 3.0.12 -> 3.0.13

parent eadea83a
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;
  };