snort: 3.7.1.0 -> 3.7.2.0 (#395887)

This commit is contained in:
Nikolay Korotkiy 2025-04-06 01:05:59 +04:00 committed by GitHub
commit 866368705b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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