mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
rsyslog: 8.1904.0 -> 8.1905.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:
parent
97aba37876
commit
b9023319f4
@ -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.1904.0";
|
name = "rsyslog-8.1905.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 = "0gcwzyq3i76vn49yb97gfsx18mllwxb4q4avbp1vzy63vxcv963h";
|
sha256 = "1r0nf5j4y8p1hbay3kdgkggr76qm7sw10pnl4anxd3vninmlzgcn";
|
||||||
};
|
};
|
||||||
|
|
||||||
#patches = [ ./fix-gnutls-detection.patch ];
|
#patches = [ ./fix-gnutls-detection.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user