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

rsyslog: 8.2102.0 -> 8.2108.0
This commit is contained in:
Sandro
2021-09-14 11:20:11 +02:00
committed by GitHub
+2 -2
View File
@@ -14,11 +14,11 @@ let
in
stdenv.mkDerivation rec {
pname = "rsyslog";
version = "8.2102.0";
version = "8.2108.0";
src = fetchurl {
url = "https://www.rsyslog.com/files/download/rsyslog/${pname}-${version}.tar.gz";
sha256 = "sha256-lO4NAxLC7epzdmVZTL5KlHXk47WT4StbiuOnQ6yccqc=";
sha256 = "sha256-SCbCttCBqclfRp+wEVvj+VEgZSl9PeAOxRN1jNswsdk=";
};
#patches = [ ./fix-gnutls-detection.patch ];