snort: 3.9.7.0 -> 3.10.0.0

This commit is contained in:
R. Ryantm
2025-11-30 10:59:33 +00:00
parent 0333aacd5c
commit 5435de6f16
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "snort";
version = "3.9.7.0";
version = "3.10.0.0";
src = fetchFromGitHub {
owner = "snort3";
repo = "snort3";
tag = finalAttrs.version;
hash = "sha256-oJTRTcPQ3ByC2v9yM3yp7UVZqcX84StP4Ii96ZX/sIQ=";
hash = "sha256-vxiZeJByZGS7rXtvPMgNjb94E/oju+mmEuzJ7tA+hE4=";
};
nativeBuildInputs = [