mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: cryptsetup: Don't use NAME in source URI.
* gnu/packages/cryptsetup.scm (cryptsetup)[source]: Hard-code NAME.
This commit is contained in:
parent
9dbda847af
commit
d5e445e1d5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ (define-public cryptsetup
|
|||
(method url-fetch)
|
||||
(uri (string-append "mirror://kernel.org/linux/utils/cryptsetup/v"
|
||||
(version-major+minor version)
|
||||
"/" name "-" version ".tar.xz"))
|
||||
"/cryptsetup-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1gail831j826lmpdx2gsc83lp3br6wfnwh3vqwxaa1nn1lfwsc1b"))))
|
||||
|
|
Loading…
Reference in a new issue