From ee6bdc8bb41d1bf0c36af969db4d6ba349475dfd Mon Sep 17 00:00:00 2001 From: Izorkin Date: Sun, 17 Dec 2017 13:04:11 +0300 Subject: [PATCH] libmodsecurity: 3.0.0-2017-11-17 -> 3.0.0 Stable --- pkgs/tools/security/libmodsecurity/default.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pkgs/tools/security/libmodsecurity/default.nix b/pkgs/tools/security/libmodsecurity/default.nix index 435b1f151a08..f746e8c8ffd9 100644 --- a/pkgs/tools/security/libmodsecurity/default.nix +++ b/pkgs/tools/security/libmodsecurity/default.nix @@ -4,14 +4,14 @@ stdenv.mkDerivation rec { name = "libmodsecurity-${version}"; - version = "3.0.0-2017-11-17"; + version = "3.0.0"; src = fetchFromGitHub { owner = "SpiderLabs"; repo = "ModSecurity"; fetchSubmodules = true; - rev = "81e1cdced3c0266d4b02a68e5f99c30a9c992303"; - sha256 = "120bpvjq6ws2lv4vw98rx2s0c9yn0pfhlaphlgfv2rxqm3q7yhrr"; + rev = "v${version}"; + sha256 = "1y9nxbf5vgip4zl948a27xpw4mpimqd7xmskfi40k6g0cmmsx1x1"; }; nativeBuildInputs = [ autoreconfHook pkgconfig ]; @@ -28,7 +28,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = '' - Libmodsecurity is one component of the ModSecurity v3 project. + ModSecurity v3 library component. ''; longDescription = '' Libmodsecurity is one component of the ModSecurity v3 project. The @@ -44,4 +44,3 @@ stdenv.mkDerivation rec { maintainers = with maintainers; [ izorkin ]; }; } -