snort: 3.7.0.0 -> 3.7.1.0 (#392508)

Co-authored-by: brianmcgillion <brian.mcgillion@tii.ae>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-24 17:42:36 +00:00
committed by GitHub

View File

@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "snort";
version = "3.7.0.0";
version = "3.7.1.0";
src = fetchFromGitHub {
owner = "snort3";
repo = "snort3";
tag = finalAttrs.version;
hash = "sha256-KwKgKY+zcH7bZrtfMpkwb0LopGeImTwOf79hqZeYv/k=";
hash = "sha256-ni1HOEJNi1NWkxZ90sOzBylzsAY1BB3lP76LjCTZumg=";
};
nativeBuildInputs = [