snort: 3.7.4.0 -> 3.8.1.0 (#413399)

Co-authored-by: brianmcgillion <brian.mcgillion@tii.ae>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-03 03:21:36 +00:00 committed by GitHub
commit ac4dd85979
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.4.0";
version = "3.8.1.0";
src = fetchFromGitHub {
owner = "snort3";
repo = "snort3";
tag = finalAttrs.version;
hash = "sha256-c5GVFzZOeaI2te49m9crt9I0E/awHjcDR621tvDVgSQ=";
hash = "sha256-+59e6rLMvLQ+LNxwRRG6nLXqjMsbn3bdykfMpwPgSpA=";
};
nativeBuildInputs = [