mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: f2fs-tools: Don't use NAME in source URI.
* gnu/packages/linux.scm (f2fs-tools-1.7, f2fs-tools)[source]: Hard-code NAME.
This commit is contained in:
parent
9e6008b775
commit
2d588f3c03
1 changed files with 2 additions and 2 deletions
|
@ -3395,7 +3395,7 @@ (define-public f2fs-tools-1.7
|
|||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://git.kernel.org/cgit/linux/kernel/git/jaegeuk"
|
||||
"/f2fs-tools.git/snapshot/" name "-" version ".tar.gz"))
|
||||
"/f2fs-tools.git/snapshot/f2fs-tools-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1m6bn1ibq0p53m0n97il91xqgjgn2pzlz74lb5bfzassx7159m1k"))))
|
||||
|
@ -3438,7 +3438,7 @@ (define-public f2fs-tools
|
|||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://git.kernel.org/cgit/linux/kernel/git/jaegeuk"
|
||||
"/f2fs-tools.git/snapshot/" name "-" version ".tar.gz"))
|
||||
"/f2fs-tools.git/snapshot/f2fs-tools-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qvr3hcic1vzfmyl7c0gnjxfsw8zjaadm66y337h49chv9yaq5mr"))))
|
||||
|
|
Loading…
Reference in a new issue