gnu: efibootmgr: Don't use NAME in source URI.
* gnu/packages/linux.scm (efibootmgr)[source](uri): Hard-code NAME.
This commit is contained in:
parent
a27ca96f10
commit
30559d8ffd
|
@ -4121,8 +4121,8 @@ interface to the variable facility of UEFI boot firmware.")
|
||||||
(version "16")
|
(version "16")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/rhinstaller/" name
|
(uri (string-append "https://github.com/rhinstaller/efibootmgr"
|
||||||
"/releases/download/" version "/" name
|
"/releases/download/" version "/efibootmgr"
|
||||||
"-" version ".tar.bz2"))
|
"-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in New Issue