suricata: 8.0.2 -> 8.0.3

This commit is contained in:
R. Ryantm
2026-02-07 12:05:07 +01:00
committed by Weijia Wang
parent a3bef4ee29
commit bcb16b3e0a
+2 -2
View File
@@ -38,11 +38,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "suricata";
version = "8.0.2";
version = "8.0.3";
src = fetchurl {
url = "https://www.openinfosecfoundation.org/download/suricata-${finalAttrs.version}.tar.gz";
hash = "sha256-nUUMosrb4QGZPpkDOmI0nSvanf2QpqzBvLbMbbdutVE=";
hash = "sha256-PZp7gDuXwR4GDzNJsXm+qv1vlrjIqVCF2f3AjIIoF9k=";
};
patches = lib.optionals stdenv.hostPlatform.is64bit [