syslogng: 3.16.1 -> 3.17.2 (#45131)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/syslog-ng/versions.
This commit is contained in:
R. RyanTM 2018-08-23 14:20:13 -07:00 committed by xeji
parent 60b05119a5
commit 9188d0a0a8

View File

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