mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: htop: Update source URI.
* gnu/packages/admin.scm (htop): Update source URI.
This commit is contained in:
parent
94b13427d7
commit
20e6c852d3
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ (define-public htop
|
|||
(version "1.0.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://hisham.hm/htop/"
|
||||
(uri (string-append "http://hisham.hm/htop/releases/"
|
||||
version "/htop-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue