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

rsyslog: 8.2006.0 -> 8.2102.0
This commit is contained in:
Artturi 2021-08-09 01:37:22 +03:00 committed by GitHub
commit 334bf400f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,11 +14,11 @@ let
in
stdenv.mkDerivation rec {
pname = "rsyslog";
version = "8.2006.0";
version = "8.2102.0";
src = fetchurl {
url = "https://www.rsyslog.com/files/download/rsyslog/${pname}-${version}.tar.gz";
sha256 = "15wfhw2nmpiyjpp82jxqgcjy7wgbc2fswk5g6rbdqbvghrj9wn6r";
sha256 = "sha256-lO4NAxLC7epzdmVZTL5KlHXk47WT4StbiuOnQ6yccqc=";
};
#patches = [ ./fix-gnutls-detection.patch ];