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