rsyslog: 8.2108.0 -> 8.2110.0

This commit is contained in:
R. Ryantm 2021-10-29 00:25:13 +00:00
parent 22a500a3f8
commit 195f6a2b81

View File

@ -14,11 +14,11 @@ let
in
stdenv.mkDerivation rec {
pname = "rsyslog";
version = "8.2108.0";
version = "8.2110.0";
src = fetchurl {
url = "https://www.rsyslog.com/files/download/rsyslog/${pname}-${version}.tar.gz";
sha256 = "sha256-SCbCttCBqclfRp+wEVvj+VEgZSl9PeAOxRN1jNswsdk=";
sha256 = "sha256-P5BOwTfKZBLoJz94ltli7LWJ99DFib3xaxcJ7CfiTzE=";
};
#patches = [ ./fix-gnutls-detection.patch ];