Merge pull request #48883 from r-ryantm/auto-update/syslog-ng

syslogng: 3.17.2 -> 3.18.1
This commit is contained in:
Renaud
2018-10-27 14:47:34 +02:00
committed by GitHub

View File

@@ -11,11 +11,11 @@ in
stdenv.mkDerivation rec {
name = "${pname}-${version}";
version = "3.17.2";
version = "3.18.1";
src = fetchurl {
url = "https://github.com/balabit/${pname}/releases/download/${name}/${name}.tar.gz";
sha256 = "02y593ar1c4503ww7mhn0p5ajfl3q6769c6m311m6srwl5y1yq3k";
sha256 = "1y1v16vvyirh0qv4wzczqp8d3llh6dl63lz3irwib1qhh7x56dyn";
};
nativeBuildInputs = [ pkgconfig which ];