suricata: 8.0.2 -> 8.0.3 (#479899)

This commit is contained in:
Weijia Wang
2026-02-09 00:18:01 +00:00
committed by GitHub
+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 [