summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorIzorkin <Izorkin@gmail.com>2017-12-17 13:04:11 +0300
committerIzorkin <Izorkin@gmail.com>2017-12-17 13:04:11 +0300
commitee6bdc8bb41d1bf0c36af969db4d6ba349475dfd (patch)
tree34d1d87f59842dfdae93e7284ec499af4021ebe5 /pkgs/tools/security
parent4844fbc2677344477c30f0c5fb8bbe4769a20006 (diff)
downloadnixlib-ee6bdc8bb41d1bf0c36af969db4d6ba349475dfd.tar
nixlib-ee6bdc8bb41d1bf0c36af969db4d6ba349475dfd.tar.gz
nixlib-ee6bdc8bb41d1bf0c36af969db4d6ba349475dfd.tar.bz2
nixlib-ee6bdc8bb41d1bf0c36af969db4d6ba349475dfd.tar.lz
nixlib-ee6bdc8bb41d1bf0c36af969db4d6ba349475dfd.tar.xz
nixlib-ee6bdc8bb41d1bf0c36af969db4d6ba349475dfd.tar.zst
nixlib-ee6bdc8bb41d1bf0c36af969db4d6ba349475dfd.zip
libmodsecurity: 3.0.0-2017-11-17 -> 3.0.0 Stable
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/libmodsecurity/default.nix9
1 files 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 ];
   };
 }
-