Merge pull request #172108 from mweinelt/rsyslogd

rsyslog: 8.2202.0 -> 8.2204.1
This commit is contained in:
ajs124
2022-05-09 10:26:48 +01:00
committed by GitHub
+2 -2
View File
@@ -14,11 +14,11 @@ let
in
stdenv.mkDerivation rec {
pname = "rsyslog";
version = "8.2202.0";
version = "8.2204.1";
src = fetchurl {
url = "https://www.rsyslog.com/files/download/rsyslog/${pname}-${version}.tar.gz";
sha256 = "sha256-5BMIpaFxk5s8vCRunUvTC+ROgBUh4EzZXQUfo4Z9Zzg=";
sha256 = "sha256-ptcx5GrT1k9q1LGbvxv1bKR2CkSiS7loIxidwucfcCg=";
};
#patches = [ ./fix-gnutls-detection.patch ];