nethogs: 0.8.5 -> 0.8.6

This commit is contained in:
R. RyanTM 2020-04-01 15:52:56 +00:00 committed by Robert Helgesson
parent f7ccd35422
commit 20eaf064fc
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nethogs";
version = "0.8.5";
version = "0.8.6";
src = fetchFromGitHub {
owner = "raboof";
repo = "nethogs";
rev = "v${version}";
sha256 = "13plwblwbnyyi40jaqx471gwhln08wm7f0fxyvj1yh3d81k556yx";
sha256 = "0sn1sdp86akwlm4r1vmkxjjl50c0xaisk91bbz57z7kcsaphxna9";
};
buildInputs = [ ncurses libpcap ];