about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-11 07:27:39 +0100
committerGitHub <noreply@github.com>2023-02-11 07:27:39 +0100
commitcb3ea0b0c7143d3bd6a3f99ca4451bd4e7162835 (patch)
tree0090846dbe0ce68ed596719f1812983b15330255 /pkgs
parent59101f53e21ed7e5db5ab566701936bf426015bc (diff)
parentba7956304ab932264eceac27fa79f4fa748fc905 (diff)
Merge pull request #215766 from r-ryantm/auto-update/suricata
suricata: 6.0.8 -> 6.0.10
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/ids/suricata/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/ids/suricata/default.nix b/pkgs/applications/networking/ids/suricata/default.nix
index a44f3f555deec..bf7626759b365 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.8";
+  version = "6.0.10";
 
   src = fetchurl {
     url = "https://www.openinfosecfoundation.org/download/${pname}-${version}.tar.gz";
-    sha256 = "sha256-JTzjzA35Z62TcdbqjU7tkexZPfPtBOCCKcfPhXgMkaM=";
+    sha256 = "sha256-Wb/Rv12cFZYib6SBW/dmQ85ZaYhmwQeiYmnEgfElxNc=";
   };
 
   nativeBuildInputs = [