mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: nethogs: Migrate to HASH.
* gnu/packages/networking.scm (nethogs)[source]<sha256>: Migrate to… <hash>: …this I guess.
This commit is contained in:
parent
52dd58b56d
commit
3102e8d37c
1 changed files with 3 additions and 2 deletions
|
@ -1730,8 +1730,9 @@ (define-public nethogs
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue