gnu: nnn: Don't use NAME in source URI.

* gnu/packages/admin.scm (nnn)[source]: Hard-code name.
master
Tobias Geerinckx-Rice 2018-12-23 10:14:27 +01:00
parent a0c693e173
commit 16572d0e02
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -2495,7 +2495,7 @@ you are running, what theme or icon set you are using, etc.")
(origin
(method url-fetch)
(uri (string-append "https://github.com/jarun/nnn/releases/download/v"
version "/" name "-v" version ".tar.gz"))
version "/nnn-v" version ".tar.gz"))
(sha256
(base32 "1d6z12y4rlg4dzhpm30irpq2ak8hjh5zykkp2n7vxnz5m4ki89zp"))))
(build-system gnu-build-system)