libmodsecurity: 3.0.0-2017-11-17 -> 3.0.0 Stable

Izorkin ee6bdc8b 4844fbc2

+4 -5
+4 -5
pkgs/tools/security/libmodsecurity/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 name = "libmodsecurity-${version}"; 7 - version = "3.0.0-2017-11-17"; 7 + version = "3.0.0"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "SpiderLabs"; 11 11 repo = "ModSecurity"; 12 12 fetchSubmodules = true; 13 - rev = "81e1cdced3c0266d4b02a68e5f99c30a9c992303"; 14 - sha256 = "120bpvjq6ws2lv4vw98rx2s0c9yn0pfhlaphlgfv2rxqm3q7yhrr"; 13 + rev = "v${version}"; 14 + sha256 = "1y9nxbf5vgip4zl948a27xpw4mpimqd7xmskfi40k6g0cmmsx1x1"; 15 15 }; 16 16 17 17 nativeBuildInputs = [ autoreconfHook pkgconfig ]; ··· 28 28 29 29 meta = with stdenv.lib; { 30 30 description = '' 31 - Libmodsecurity is one component of the ModSecurity v3 project. 31 + ModSecurity v3 library component. 32 32 ''; 33 33 longDescription = '' 34 34 Libmodsecurity is one component of the ModSecurity v3 project. The ··· 44 44 maintainers = with maintainers; [ izorkin ]; 45 45 }; 46 46 } 47 -