mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -05:00
gnu: fio: Download over HTTPS.
* gnu/packages/benchmark.scm (fio)[source]: Use HTTPS.
This commit is contained in:
parent
00d3c3e9b8
commit
2dffd9c673
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ (define-public fio
|
||||||
(version "3.16")
|
(version "3.16")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://brick.kernel.dk/snaps/"
|
(uri (string-append "https://brick.kernel.dk/snaps/"
|
||||||
"fio-" version ".tar.bz2"))
|
"fio-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in a new issue