Archived
1
0
Fork 0

gnu: nethogs: Migrate to HASH.

* gnu/packages/networking.scm (nethogs)[source]<sha256>: Migrate to…
<hash>: …this I guess.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-25 19:10:38 +02:00
parent 52dd58b56d
commit 3102e8d37c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1730,8 +1730,9 @@ the bandwidth, loss, and other parameters.")
(uri (git-reference (uri (git-reference
(url "https://github.com/raboof/nethogs") (url "https://github.com/raboof/nethogs")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (hash
(base32 "0sn1sdp86akwlm4r1vmkxjjl50c0xaisk91bbz57z7kcsaphxna9")) (content-hash "0sn1sdp86akwlm4r1vmkxjjl50c0xaisk91bbz57z7kcsaphxna9"
sha256))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs