snort: 3.9.1.0 -> 3.9.2.0 (#429093)

Co-authored-by: brianmcgillion <brian.mcgillion@tii.ae>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-29 03:35:46 +00:00
committed by GitHub
co-authored by brianmcgillion
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "snort";
version = "3.9.1.0";
version = "3.9.2.0";
src = fetchFromGitHub {
owner = "snort3";
repo = "snort3";
tag = finalAttrs.version;
hash = "sha256-Ciseo0mYmgyfZB44zeudEst98XnM8E2vTG5J6snA3q0=";
hash = "sha256-LVAsCps5XLsj4acYWI42qdbvX6h9JTJJfM33FvVfWK0=";
};
nativeBuildInputs = [