mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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:
parent
019c631840
commit
3c8cff253e
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue