summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-05-25 19:10:38 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-26 00:19:38 +0200
commit3102e8d37cbc77871e920e5328fa0045f09bf20b (patch)
tree218b39543a1444a794397f1e5d3036aab0606441
parent52dd58b56dbcc7610a26275fe9782151d664bb68 (diff)
downloadpatches-3102e8d37cbc77871e920e5328fa0045f09bf20b.tar
patches-3102e8d37cbc77871e920e5328fa0045f09bf20b.tar.gz
gnu: nethogs: Migrate to HASH.
* gnu/packages/networking.scm (nethogs)[source]<sha256>: Migrate to… <hash>: …this I guess.
-rw-r--r--gnu/packages/networking.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 9f7548db9a..617d7d6883 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1730,8 +1730,9 @@ the bandwidth, loss, and other parameters.")
(uri (git-reference
(url "https://github.com/raboof/nethogs")
(commit (string-append "v" version))))
- (sha256
- (base32 "0sn1sdp86akwlm4r1vmkxjjl50c0xaisk91bbz57z7kcsaphxna9"))
+ (hash
+ (content-hash "0sn1sdp86akwlm4r1vmkxjjl50c0xaisk91bbz57z7kcsaphxna9"
+ sha256))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs