Merge pull request #186215 from r-ryantm/auto-update/rsyslog

This commit is contained in:
Martin Weinelt 2022-08-12 12:08:37 +02:00 committed by GitHub
commit 203222cb39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,11 @@
with lib;
stdenv.mkDerivation rec {
pname = "rsyslog";
version = "8.2206.0";
version = "8.2208.0";
src = fetchurl {
url = "https://www.rsyslog.com/files/download/rsyslog/${pname}-${version}.tar.gz";
sha256 = "sha256-oTdyGLJsB2eno/Z9Fm1TOK98JLRV017JmXThjmhFuic=";
sha256 = "sha256-FN5o57jlqwxdc0+C4tyf/yLNf0cQrWkHJ+sQp7mz314=";
};
#patches = [ ./fix-gnutls-detection.patch ];