rsyslog: 8.2206.0 -> 8.2208.0

This commit is contained in:
R. Ryantm 2022-08-12 02:01:54 +00:00
parent 4957755660
commit 28baad7733

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 ];