collectd: 5.7.0 -> 5.7.2

This commit is contained in:
Franz Pletz 2017-06-20 01:56:37 +02:00
parent 60cddbe3da
commit 7f1fc9f838
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -35,12 +35,12 @@
, libmnl ? null
}:
stdenv.mkDerivation rec {
version = "5.7.0";
version = "5.7.2";
name = "collectd-${version}";
src = fetchurl {
url = "http://collectd.org/files/${name}.tar.bz2";
sha256 = "1cpjkv4d0iifngihxikzljavya0r2k3blarlahamgbdsqsymz815";
sha256 = "14p5cc3ys3qfg71xzxfvmxdmz5l4brpbhlmw1fwdda392lia084x";
};
buildInputs = [
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Daemon which collects system performance statistics periodically";
homepage = http://collectd.org;
homepage = https://collectd.org;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ bjornfor fpletz ];