Unverified Commit 86636870 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

snort: 3.7.1.0 -> 3.7.2.0 (#395887)

parents d1599637 ca715cc1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [