Skip to content

Commit f9d1d5f

Browse files
authored
suricata: 7.0.6 -> 7.0.7 (#352470)
2 parents b6b1e97 + 52a9369 commit f9d1d5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/networking/ids/suricata/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
in
3434
stdenv.mkDerivation rec {
3535
pname = "suricata";
36-
version = "7.0.6";
36+
version = "7.0.7";
3737

3838
src = fetchurl {
3939
url = "https://www.openinfosecfoundation.org/download/${pname}-${version}.tar.gz";
40-
hash = "sha256-IYJPf/Egh8DJud4gcZmnWpwxsDA2aIx8ucF48KO1f40=";
40+
hash = "sha256-JtCjYZTVMID8iwm5mbK1qDxASfQK0H72rmnHIlpyi4Y=";
4141
};
4242

4343
nativeBuildInputs = [

0 commit comments

Comments
 (0)