mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: nftables: Prefer mirror://netfilter sources.
* gnu/packages/linux.scm (nftables)[source]: Add a mirror:// URI.
This commit is contained in:
parent
79a3925355
commit
e221e9a7bc
1 changed files with 4 additions and 2 deletions
|
@ -5259,8 +5259,10 @@ (define-public nftables
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.nftables.org/projects/nftables"
|
||||
"/files/nftables-" version ".tar.bz2"))
|
||||
(uri (list (string-append "mirror://netfilter.org/nftables/nftables-"
|
||||
version ".tar.bz2")
|
||||
(string-append "https://www.nftables.org/projects/nftables"
|
||||
"/files/nftables-" version ".tar.bz2")))
|
||||
(sha256
|
||||
(base32
|
||||
"1x8kalbggjq44j4916i6vyv1rb20dlh1dcsf9xvzqsry2j063djw"))))
|
||||
|
|
Loading…
Reference in a new issue