diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-04 12:28:35 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-05 11:59:49 +0200 |
| commit | d5e445e1d5b1db458f679f9c37acaf87b922b6cb (patch) | |
| tree | 2102835575ded068ef8b557c09c59f1b1d07a18c /gnu/packages | |
| parent | 9dbda847af45fe4ede75db58b748ae491916a486 (diff) | |
gnu: cryptsetup: Don't use NAME in source URI.
* gnu/packages/cryptsetup.scm (cryptsetup)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/cryptsetup.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm index 9df26edc77a..aae1082a38e 100644 --- a/gnu/packages/cryptsetup.scm +++ b/gnu/packages/cryptsetup.scm | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | (method url-fetch) | 37 | (method url-fetch) |
| 38 | (uri (string-append "mirror://kernel.org/linux/utils/cryptsetup/v" | 38 | (uri (string-append "mirror://kernel.org/linux/utils/cryptsetup/v" |
| 39 | (version-major+minor version) | 39 | (version-major+minor version) |
| 40 | "/" name "-" version ".tar.xz")) | 40 | "/cryptsetup-" version ".tar.xz")) |
| 41 | (sha256 | 41 | (sha256 |
| 42 | (base32 | 42 | (base32 |
| 43 | "1gail831j826lmpdx2gsc83lp3br6wfnwh3vqwxaa1nn1lfwsc1b")))) | 43 | "1gail831j826lmpdx2gsc83lp3br6wfnwh3vqwxaa1nn1lfwsc1b")))) |
