about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-06-19 05:01:46 +0200
committerGitHub <noreply@github.com>2023-06-19 05:01:46 +0200
commit43a2991d66d9cba3986e351a9dd9e2a869c4d03a (patch)
tree709ca10f92a38c9253a99ae22150cdd7c36531ee /pkgs/applications/networking
parent16b7cb46af1882e5c6360c118dcbbe1e54fdbbe2 (diff)
parent144ded54abc95d9e8824ea3706d7440ab11a7e61 (diff)
Merge pull request #238468 from erdnaxe/suricata-update
suricata: 6.0.12 -> 6.0.13
Diffstat (limited to 'pkgs/applications/networking')
-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 b19d2033f1448..b5427384e9286 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}"