rsyslog: 8.12.0 -> 8.14.0

+3 -3
+3 -3
pkgs/tools/system/rsyslog/default.nix
··· 11 11 mkFlag = cond: name: if cond then "--enable-${name}" else "--disable-${name}"; 12 12 in 13 13 stdenv.mkDerivation rec { 14 - name = "rsyslog-8.12.0"; 14 + name = "rsyslog-8.14.0"; 15 15 16 16 src = fetchurl { 17 17 url = "http://www.rsyslog.com/files/download/rsyslog/${name}.tar.gz"; 18 - sha256 = "083yrgv7s5j7pfbk254lav15yyxsk04qhachxghrvs4nhangwss6"; 18 + sha256 = "1hp7ga543m6vhijcnjb4z8v26ddjgypk1lh6km1cvxc45cfmnfs4"; 19 19 }; 20 20 21 - patches = [ ./fix-gnutls-detection.patch ]; 21 + #patches = [ ./fix-gnutls-detection.patch ]; 22 22 23 23 nativeBuildInputs = [ pkgconfig autoreconfHook ]; 24 24 buildInputs = [