suricata: 7.0.3 -> 7.0.4

(cherry picked from commit 3bcb55122f)
This commit is contained in:
R. Ryantm
2024-03-20 12:38:55 +00:00
committed by github-actions[bot]
parent cb4064c4d6
commit 20dbe8bbd5

View File

@@ -33,11 +33,11 @@
in
stdenv.mkDerivation rec {
pname = "suricata";
version = "7.0.3";
version = "7.0.4";
src = fetchurl {
url = "https://www.openinfosecfoundation.org/download/${pname}-${version}.tar.gz";
hash = "sha256-6gdC16mHg/GvSldmGvYGi8LYUKw+ygSzIE0ozhZeNf8=";
hash = "sha256-ZABgEgAkvnDb6B9uxu/HLkYlD8s2IZ3/Z+ZBciD/Ibc=";
};
nativeBuildInputs = [