lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.

authored by

R. RyanTM and committed by
xeji
9188d0a0 60b05119

+2 -2
+2 -2
pkgs/tools/system/syslog-ng/default.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 name = "${pname}-${version}"; 14 - version = "3.16.1"; 14 + version = "3.17.2"; 15 15 16 16 src = fetchurl { 17 17 url = "https://github.com/balabit/${pname}/releases/download/${name}/${name}.tar.gz"; 18 - sha256 = "0a9snxvs3fsv0gm5q9xkrcg0hwgs3c8q1rb434cnzn4qbqfnzvn7"; 18 + sha256 = "02y593ar1c4503ww7mhn0p5ajfl3q6769c6m311m6srwl5y1yq3k"; 19 19 }; 20 20 21 21 nativeBuildInputs = [ pkgconfig which ];