liboping: update 1.6.2 -> 1.8.0
According to NEWS, the changes are in the command line tools, not the library, so I think dependees (only collectd) will work fine. Also update homepage: http://verplant.org/liboping/ => http://noping.cc/
This commit is contained in:
parent
6ae8983a5e
commit
f6b7a24a9c
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl, ncurses ? null, perl ? null }:
|
{ stdenv, fetchurl, ncurses ? null, perl ? null }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "liboping-1.6.2";
|
name = "liboping-1.8.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://verplant.org/liboping/files/${name}.tar.bz2";
|
url = "http://verplant.org/liboping/files/${name}.tar.bz2";
|
||||||
sha256 = "1kvkpdcd5jinyc15cgir48v91qphpw22c03inydaga5m4yqv8jjz";
|
sha256 = "1nsvlsvapc64h0anip2hz5ydbgk3an94xqiaa9kivcw1r6193jqx";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ncurses perl ];
|
buildInputs = [ ncurses perl ];
|
||||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
Included is a sample application, called oping, which demonstrates the
|
Included is a sample application, called oping, which demonstrates the
|
||||||
library's abilities.
|
library's abilities.
|
||||||
'';
|
'';
|
||||||
homepage = http://verplant.org/liboping/;
|
homepage = http://noping.cc/;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.bjornfor ];
|
maintainers = [ maintainers.bjornfor ];
|
||||||
|
|
Loading…
Reference in New Issue