gnu: launchmon: Don't use NAME in source URI.
* gnu/packages/admin.scm (launchmon)[source]: Hard-code name.master
parent
1f6a970592
commit
f44eca9468
|
@ -2640,7 +2640,7 @@ late.")
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://github.com/LLNL/LaunchMON/releases/download/v"
|
"https://github.com/LLNL/LaunchMON/releases/download/v"
|
||||||
version "/" name "-v" version ".tar.gz"))
|
version "/launchmon-v" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fm3nd9mydm9v2bf7bh01dbgrfnpwkapxa3dsvy3x1z0rz61qc0x"))))
|
"0fm3nd9mydm9v2bf7bh01dbgrfnpwkapxa3dsvy3x1z0rz61qc0x"))))
|
||||||
|
|
Reference in New Issue