Revert "collectd: 5.7.2 -> 5.8.0"

This reverts commit 7b9c5b4849.

This is incomplete, collectd is being updated in
https://github.com/NixOS/nixpkgs/pull/32811
This commit is contained in:
Orivej Desh 2017-12-29 13:48:09 +00:00
parent 019c631840
commit 3c8cff253e

View file

@ -35,12 +35,12 @@
, libmnl ? null
}:
stdenv.mkDerivation rec {
version = "5.8.0";
version = "5.7.2";
name = "collectd-${version}";
src = fetchurl {
url = "http://collectd.org/files/${name}.tar.bz2";
sha256 = "1j8mxgfq8039js2bscphd6cnriy35hk4jrxfjz5k6mghpdvg8vxh";
sha256 = "14p5cc3ys3qfg71xzxfvmxdmz5l4brpbhlmw1fwdda392lia084x";
};
# on 5.7.2: lvm2app.h:21:2: error: #warning "liblvm2app is deprecated, use D-Bus API instead." [-Werror=cpp]