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

* gnu/packages/admin.scm (nnn)[source]: Hard-code name.
This commit is contained in:
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

View file

@ -2495,7 +2495,7 @@ (define-public nnn
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/jarun/nnn/releases/download/v" (uri (string-append "https://github.com/jarun/nnn/releases/download/v"
version "/" name "-v" version ".tar.gz")) version "/nnn-v" version ".tar.gz"))
(sha256 (sha256
(base32 "1d6z12y4rlg4dzhpm30irpq2ak8hjh5zykkp2n7vxnz5m4ki89zp")))) (base32 "1d6z12y4rlg4dzhpm30irpq2ak8hjh5zykkp2n7vxnz5m4ki89zp"))))
(build-system gnu-build-system) (build-system gnu-build-system)