summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2026-08-16 20:58:36 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2026-08-16 20:58:36 +0300
commit25f9e4816cd6c2d612d2ad95474f3670b57500f7 (patch)
tree62fd12ed95d4a05b24449ccd6e20671082916026 /gnu/packages/networking.scm
parent77f7b4c5cf5ec945aaa85bef554c2236b379ca02 (diff)
gnu: nethogs: Update to 0.9.0.
* gnu/packages/networking.scm (nethogs): Update to 0.9.0. Change-Id: I1b55af877e0127344d0ea22ef4c36ee06fb23296
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index cfada17b01f..70a6b3667ce 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2964,7 +2964,7 @@ the bandwidth, loss, and other parameters.")
2964(define-public nethogs 2964(define-public nethogs
2965 (package 2965 (package
2966 (name "nethogs") 2966 (name "nethogs")
2967 (version "0.8.8") 2967 (version "0.9.0")
2968 (source 2968 (source
2969 (origin 2969 (origin
2970 (method git-fetch) 2970 (method git-fetch)
@@ -2973,7 +2973,7 @@ the bandwidth, loss, and other parameters.")
2973 (commit (string-append "v" version)))) 2973 (commit (string-append "v" version))))
2974 (hash 2974 (hash
2975 (content-hash 2975 (content-hash
2976 (base32 "0iaiv1hqahbxyjqqcjvsn8yhvjxdmxjnhqqgijc1a841ck44q9gv") 2976 (base32 "02w726f413fsa375b5l2i46r7j7n74imnvbdha3ycz3wh85fqdm2")
2977 sha256)) 2977 sha256))
2978 (file-name (git-file-name name version)))) 2978 (file-name (git-file-name name version))))
2979 (build-system gnu-build-system) 2979 (build-system gnu-build-system)