Unverified Commit bb9844b6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #306495 from r-ryantm/auto-update/syslogng

syslogng: 4.6.0 -> 4.7.1
parents 16dd83cb f0eb2299
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -61,13 +61,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "syslog-ng";
  version = "4.6.0";
  version = "4.7.1";

  src = fetchFromGitHub {
    owner = "syslog-ng";
    repo = "syslog-ng";
    rev = "syslog-ng-${version}";
    hash = "sha256-B9s7mprPpS4xc7mfJbsDaq2hB1rjYmuOnOnpu+NnMRs=";
    hash = "sha256-runFMUxQv7B023I38QfGqn89ZbzA5vMXHOOkYwMxArI=";
    fetchSubmodules = true;
  };
  nativeBuildInputs = [ autoreconfHook autoconf-archive pkg-config which bison flex libxslt perl gperf python3Packages.setuptools ];