gnu: htop: Update source URI.
* gnu/packages/admin.scm (htop): Update source URI.master
parent
94b13427d7
commit
20e6c852d3
|
@ -104,7 +104,7 @@ graphs and can export its output to different formats.")
|
||||||
(version "1.0.3")
|
(version "1.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://hisham.hm/htop/"
|
(uri (string-append "http://hisham.hm/htop/releases/"
|
||||||
version "/htop-" version ".tar.gz"))
|
version "/htop-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Reference in New Issue