Unverified Commit f3a92a41 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #207145 from anthonyroussel/rsyslog_8_2212

parents 542508c7 e12cb295
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -62,11 +62,11 @@

stdenv.mkDerivation rec {
  pname = "rsyslog";
  version = "8.2210.0";
  version = "8.2212.0";

  src = fetchurl {
    url = "https://www.rsyslog.com/files/download/rsyslog/${pname}-${version}.tar.gz";
    hash = "sha256-ZD7ieROdaUoHyf8/8Q3FITvfh0mD0n03NSXpXgX6CU0=";
    hash = "sha256-U7Wahy49xzhM3BSavpdEkWd29wV9kF899nItLrGwTzU=";
  };

  nativeBuildInputs = [
@@ -187,7 +187,7 @@ stdenv.mkDerivation rec {
    homepage = "https://www.rsyslog.com/";
    description = "Enhanced syslog implementation";
    changelog = "https://raw.githubusercontent.com/rsyslog/rsyslog/v${version}/ChangeLog";
    license = licenses.gpl3;
    license = licenses.gpl3Only;
    platforms = platforms.linux;
    maintainers = with maintainers; [ ];
  };