Unverified Commit 9c70e731 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

syslogng: 3.34.1 -> 3.35.1



* syslogng: 3.34.1 -> 3.35.1 (#149134)
and update meta.license

Co-authored-by: default avatarRenaud <c0bw3b@users.noreply.github.com>
parent dbe9b1b3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@

stdenv.mkDerivation rec {
  pname = "syslog-ng";
  version = "3.34.1";
  version = "3.35.1";

  src = fetchurl {
    url = "https://github.com/${pname}/${pname}/releases/download/${pname}-${version}/${pname}-${version}.tar.gz";
    sha256 = "sha256-zs457BxoyI1JNwXgpSi4PQONo4TonUg4OTzMdfYqLUw=";
    sha256 = "sha256-HQI4sGs+WYfIWeW1Kezuc491us/wSxSTmLH+jLsSHlM=";
  };

  nativeBuildInputs = [ pkg-config which ];
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
  meta = with lib; {
    homepage = "https://www.syslog-ng.com";
    description = "Next-generation syslogd with advanced networking and filtering capabilities";
    license = licenses.gpl2;
    license = with licenses; [ gpl2Plus lgpl21Plus ];
    maintainers = with maintainers; [ fpletz ];
    platforms = platforms.linux;
  };