suricata: 7.0.9 -> 7.0.10 (#397530)

This commit is contained in:
Weijia Wang
2025-04-24 00:36:49 +02:00
committed by GitHub
+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 =