nethogs: 0.8.1 -> 0.8.5
This commit is contained in:
parent
a7f87bd518
commit
c9b9619636
|
@ -2,18 +2,20 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nethogs-${version}";
|
||||
version = "0.8.1";
|
||||
version = "0.8.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "raboof";
|
||||
repo = "nethogs";
|
||||
rev = "v${version}";
|
||||
sha256 = "1phn6i44ysvpl1f54bx4dspy51si8rc2wq6fywi163mi25j355d4";
|
||||
sha256 = "13plwblwbnyyi40jaqx471gwhln08wm7f0fxyvj1yh3d81k556yx";
|
||||
};
|
||||
|
||||
buildInputs = [ ncurses libpcap ];
|
||||
|
||||
installFlags = [ "prefix=$(out)" "sbin=$(prefix)/bin" ];
|
||||
makeFlags = [ "VERSION=${version}" ];
|
||||
|
||||
installFlags = [ "PREFIX=$(out)" "sbin=$(out)/bin" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A small 'net top' tool, grouping bandwidth by process";
|
||||
|
@ -27,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||
bandwidth.
|
||||
'';
|
||||
license = licenses.gpl2Plus;
|
||||
homepage = http://nethogs.sourceforge.net/;
|
||||
homepage = "https://github.com/raboof/nethogs#readme";
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.rycee ];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue