summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/ids
diff options
context:
space:
mode:
authorAlexandre Iooss <erdnaxe@crans.org>2023-06-18 21:47:18 +0200
committerAlexandre Iooss <erdnaxe@crans.org>2023-06-18 21:47:18 +0200
commit144ded54abc95d9e8824ea3706d7440ab11a7e61 (patch)
tree0857cab823a8721a07df8502afd1430f98c8d917 /pkgs/applications/networking/ids
parent2f91f7d1c9759a2636f78264d0baba4d015eed2e (diff)
suricata: 6.0.12 -> 6.0.13
Diffstat (limited to 'pkgs/applications/networking/ids')
-rw-r--r--pkgs/applications/networking/ids/suricata/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/networking/ids/suricata/default.nix b/pkgs/applications/networking/ids/suricata/default.nix
index b19d2033f144..b5427384e928 100644
--- a/pkgs/applications/networking/ids/suricata/default.nix
+++ b/pkgs/applications/networking/ids/suricata/default.nix
@@ -34,11 +34,11 @@
in
stdenv.mkDerivation rec {
pname = "suricata";
- version = "6.0.12";
+ version = "6.0.13";
src = fetchurl {
url = "https://www.openinfosecfoundation.org/download/${pname}-${version}.tar.gz";
- sha256 = "sha256-BLIxYJNbAxl7CFwszJ2Ah1oz8RVYMFTRRgqw+2bYNLM=";
+ hash = "sha256-4J8vgA0ODNL5fyHFBZUMzD27nOXP6AjflWe22EmjEFU=";
};
nativeBuildInputs = [
@@ -127,6 +127,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "stackprotector" ];
installFlags = [
+ "e_datadir=\${TMPDIR}"
"e_localstatedir=\${TMPDIR}"
"e_logdir=\${TMPDIR}"
"e_logcertsdir=\${TMPDIR}"