Skip to content

Commit 75af6a0

Browse files
snort: 3.7.0.0 -> 3.7.1.0 (#392508)
Co-authored-by: brianmcgillion <[email protected]>
2 parents 3acdee7 + 24bd3aa commit 75af6a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sn/snort/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919

2020
stdenv.mkDerivation (finalAttrs: {
2121
pname = "snort";
22-
version = "3.7.0.0";
22+
version = "3.7.1.0";
2323

2424
src = fetchFromGitHub {
2525
owner = "snort3";
2626
repo = "snort3";
2727
tag = finalAttrs.version;
28-
hash = "sha256-KwKgKY+zcH7bZrtfMpkwb0LopGeImTwOf79hqZeYv/k=";
28+
hash = "sha256-ni1HOEJNi1NWkxZ90sOzBylzsAY1BB3lP76LjCTZumg=";
2929
};
3030

3131
nativeBuildInputs = [

0 commit comments

Comments
 (0)