Skip to content

Commit

Permalink
snort: 2.9.11.1 -> 2.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
aycanirican committed May 26, 2020
1 parent f76f13b commit 4285443
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/networking/ids/snort/default.nix
@@ -1,16 +1,16 @@
{stdenv, fetchurl, libpcap, pcre, libdnet, daq, zlib, flex, bison, makeWrapper}:
{stdenv, pkgconfig, luajit, openssl, fetchurl, libpcap, pcre, libdnet, daq, zlib, flex, bison, makeWrapper}:

stdenv.mkDerivation rec {
version = "2.9.11.1";
version = "2.9.16";
pname = "snort";

src = fetchurl {
name = "${pname}-${version}.tar.gz";
url = "https://snort.org/downloads/archive/snort/${pname}-${version}.tar.gz";
sha256 = "1ka67zrrhs32c729v4h76mvv2723mij0adxx0iaza2d1qpm3lswz";
sha256 = "1mxspk0060f62xp631w589b9ryb21qygn020az3dw2fsy7nxi24n";
};

buildInputs = [ makeWrapper libpcap pcre libdnet daq zlib flex bison ];
buildInputs = [ makeWrapper pkgconfig luajit openssl libpcap pcre libdnet daq zlib flex bison ];

enableParallelBuilding = true;

Expand Down

0 comments on commit 4285443

Please sign in to comment.