From 144ded54abc95d9e8824ea3706d7440ab11a7e61 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sun, 18 Jun 2023 21:47:18 +0200 Subject: [PATCH] suricata: 6.0.12 -> 6.0.13 --- pkgs/applications/networking/ids/suricata/default.nix | 5 +++-- 1 file 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}"