3
0
Fork 0
forked from mirrors/nixpkgs

rsyslog: 8.1910.0 -> 8.1911.0

This commit is contained in:
R. RyanTM 2019-11-29 05:48:04 -08:00
parent 646b279c55
commit 71ebef46d6

View file

@ -12,11 +12,11 @@ let
in
stdenv.mkDerivation rec {
pname = "rsyslog";
version = "8.1910.0";
version = "8.1911.0";
src = fetchurl {
url = "https://www.rsyslog.com/files/download/rsyslog/${pname}-${version}.tar.gz";
sha256 = "14qczsj12spx0m3dz1pkxnacwi5njr0syamnmi1rg8ri5xlyw682";
sha256 = "01713vwz3w5fx9b97286h1rx9hxhjsdah96nyhh75bb23impgx71";
};
#patches = [ ./fix-gnutls-detection.patch ];