suricata: 7.0.9 -> 7.0.10

This commit is contained in:
R. Ryantm
2025-04-09 23:45:12 +00:00
parent b1dd7557c3
commit a3d7610925
+2 -2
View File
@@ -40,11 +40,11 @@ let
in
stdenv.mkDerivation rec {
pname = "suricata";
version = "7.0.9";
version = "7.0.10";
src = fetchurl {
url = "https://www.openinfosecfoundation.org/download/${pname}-${version}.tar.gz";
hash = "sha256-5XspNDx7ahhXyZG9crCzRKuimOThGVM7F56BfampnT0=";
hash = "sha256-GX+SXqcBvctKFaygJLBlRrACZ0zZWLWJWPKaW7IU11k=";
};
nativeBuildInputs =