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

* gnu/packages/admin.scm (launchmon)[source]: Hard-code name.
master
Tobias Geerinckx-Rice 2019-02-08 19:35:52 +01:00
parent 1f6a970592
commit f44eca9468
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -2640,7 +2640,7 @@ late.")
(method url-fetch)
(uri (string-append
"https://github.com/LLNL/LaunchMON/releases/download/v"
version "/" name "-v" version ".tar.gz"))
version "/launchmon-v" version ".tar.gz"))
(sha256
(base32
"0fm3nd9mydm9v2bf7bh01dbgrfnpwkapxa3dsvy3x1z0rz61qc0x"))))