summary refs log tree commit diff
path: root/pkgs/tools/networking/nethogs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-04-01 15:52:56 +0000
committerRobert Helgesson <robert@rycee.net>2020-04-01 23:44:00 +0200
commit20eaf064fc7842f0a14d441ae3b8aaff8b312fbe (patch)
tree813d05d200f6253b3049a4d9e0ca54816029b861 /pkgs/tools/networking/nethogs
parentf7ccd35422e5d77f35e95fd5bbc3b5865c5478b9 (diff)
downloadnixpkgs-20eaf064fc7842f0a14d441ae3b8aaff8b312fbe.tar
nixpkgs-20eaf064fc7842f0a14d441ae3b8aaff8b312fbe.tar.gz
nixpkgs-20eaf064fc7842f0a14d441ae3b8aaff8b312fbe.tar.bz2
nixpkgs-20eaf064fc7842f0a14d441ae3b8aaff8b312fbe.tar.lz
nixpkgs-20eaf064fc7842f0a14d441ae3b8aaff8b312fbe.tar.xz
nixpkgs-20eaf064fc7842f0a14d441ae3b8aaff8b312fbe.tar.zst
nixpkgs-20eaf064fc7842f0a14d441ae3b8aaff8b312fbe.zip
nethogs: 0.8.5 -> 0.8.6
Diffstat (limited to 'pkgs/tools/networking/nethogs')
-rw-r--r--pkgs/tools/networking/nethogs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/nethogs/default.nix b/pkgs/tools/networking/nethogs/default.nix
index a85d4d7ad10..7bc6d0e2be7 100644
--- a/pkgs/tools/networking/nethogs/default.nix
+++ b/pkgs/tools/networking/nethogs/default.nix
@@ -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 ];