suricata: 6.0.11 -> 6.0.12

This commit is contained in:
R. Ryantm 2023-05-24 06:13:21 +00:00
parent b90d1e02ee
commit 3d98b7bf0e

View File

@ -34,11 +34,11 @@
in
stdenv.mkDerivation rec {
pname = "suricata";
version = "6.0.11";
version = "6.0.12";
src = fetchurl {
url = "https://www.openinfosecfoundation.org/download/${pname}-${version}.tar.gz";
sha256 = "sha256-TaXk6R5JmSYzpgJM4Qr+ZEElWyd1qPIPHvGIvREprGY=";
sha256 = "sha256-BLIxYJNbAxl7CFwszJ2Ah1oz8RVYMFTRRgqw+2bYNLM=";
};
nativeBuildInputs = [