rsyslog: 8.1905.0 -> 8.1907.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rsyslog/versions
This commit is contained in:
committed by
Frederik Rietdijk
parent
39263d8613
commit
d7cdd895fa
@@ -11,11 +11,11 @@ let
|
|||||||
mkFlag = cond: name: if cond then "--enable-${name}" else "--disable-${name}";
|
mkFlag = cond: name: if cond then "--enable-${name}" else "--disable-${name}";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "rsyslog-8.1905.0";
|
name = "rsyslog-8.1907.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.rsyslog.com/files/download/rsyslog/${name}.tar.gz";
|
url = "https://www.rsyslog.com/files/download/rsyslog/${name}.tar.gz";
|
||||||
sha256 = "1r0nf5j4y8p1hbay3kdgkggr76qm7sw10pnl4anxd3vninmlzgcn";
|
sha256 = "1dcz0w5xalqsi2xjb5j7c9mq5kf9s9kq9j2inpv4w5wkrrg569zb";
|
||||||
};
|
};
|
||||||
|
|
||||||
#patches = [ ./fix-gnutls-detection.patch ];
|
#patches = [ ./fix-gnutls-detection.patch ];
|
||||||
|
|||||||
Reference in New Issue
Block a user