suricata: 7.0.8 -> 7.0.9 (#391137)

This commit is contained in:
Weijia Wang
2025-03-29 13:02:59 +01:00
committed by GitHub
+2 -2
View File
@@ -40,11 +40,11 @@ let
in
stdenv.mkDerivation rec {
pname = "suricata";
version = "7.0.8";
version = "7.0.9";
src = fetchurl {
url = "https://www.openinfosecfoundation.org/download/${pname}-${version}.tar.gz";
hash = "sha256-SSkoxiLhcL2cRdNTC8KxAzxVgtwYCFxDb86vtigp084=";
hash = "sha256-5XspNDx7ahhXyZG9crCzRKuimOThGVM7F56BfampnT0=";
};
nativeBuildInputs =