mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: nnn: Don't use NAME in source URI.
* gnu/packages/admin.scm (nnn)[source]: Hard-code name.
This commit is contained in:
parent
a0c693e173
commit
16572d0e02
1 changed files with 1 additions and 1 deletions
|
@ -2495,7 +2495,7 @@ (define-public nnn
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue