We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3acdee7 + 24bd3aa commit 75af6a0Copy full SHA for 75af6a0
pkgs/by-name/sn/snort/package.nix
@@ -19,13 +19,13 @@
19
20
stdenv.mkDerivation (finalAttrs: {
21
pname = "snort";
22
- version = "3.7.0.0";
+ version = "3.7.1.0";
23
24
src = fetchFromGitHub {
25
owner = "snort3";
26
repo = "snort3";
27
tag = finalAttrs.version;
28
- hash = "sha256-KwKgKY+zcH7bZrtfMpkwb0LopGeImTwOf79hqZeYv/k=";
+ hash = "sha256-ni1HOEJNi1NWkxZ90sOzBylzsAY1BB3lP76LjCTZumg=";
29
};
30
31
nativeBuildInputs = [
0 commit comments