Skip to content

Commit

Permalink
Revert "collectd: 5.7.2 -> 5.8.0"
Browse files Browse the repository at this point in the history
This reverts commit 7b9c5b4.

This is incomplete, collectd is being updated in
#32811
  • Loading branch information
orivej committed Dec 29, 2017
1 parent 019c631 commit 3c8cff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/system/collectd/default.nix
Expand Up @@ -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]
Expand Down

0 comments on commit 3c8cff2

Please sign in to comment.