diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-25 19:10:38 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-26 00:19:38 +0200 |
commit | 3102e8d37cbc77871e920e5328fa0045f09bf20b (patch) | |
tree | 218b39543a1444a794397f1e5d3036aab0606441 /gnu/packages | |
parent | 52dd58b56dbcc7610a26275fe9782151d664bb68 (diff) |
gnu: nethogs: Migrate to HASH.
* gnu/packages/networking.scm (nethogs)[source]<sha256>: Migrate to…
<hash>: …this I guess.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/networking.scm | 5 |
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 |