Revert "rsyslog: 8.1911.0 -> 8.2001.0"

This commit is contained in:
Timo Kaufmann 2020-02-06 21:37:16 +01:00 committed by Frederik Rietdijk
parent 4b4a791d55
commit a752fb85bc

View file

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