Revert "Revert "rsyslog: 8.1911.0 -> 8.2001.0""

This reverts commit a752fb85bc.

rsyslogd test passes and it is not actually used by installer tests so the bisection failure was likely unrelated.
This commit is contained in:
Jan Tojnar 2020-02-07 00:39:19 +01:00
parent 0c5502e4a4
commit eb2b8d2560
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@ let
in
stdenv.mkDerivation rec {
pname = "rsyslog";
version = "8.1911.0";
version = "8.2001.0";
src = fetchurl {
url = "https://www.rsyslog.com/files/download/rsyslog/${pname}-${version}.tar.gz";
sha256 = "01713vwz3w5fx9b97286h1rx9hxhjsdah96nyhh75bb23impgx71";
sha256 = "1nm83s9abknli46sknjs50cmdhhqzkznbsjspjbdg96likshdgsq";
};
#patches = [ ./fix-gnutls-detection.patch ];