nongnu: linux-firmware: Use mirror://kernel.org instead.

* nongnu/packages/linux.scm (linux-firmware)[source]: Use mirror://kernel.org
instead and switch to xz compressed tarball.

Downloading tarball from https://git.kernel.org is
too slow in some country.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
Feng Shu 2023-02-24 09:21:01 +08:00 committed by Jonathan Brielmaier
parent 0a8051650b
commit 19ef3a8741
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -124,12 +124,11 @@ on hardware which requires nonfree software to function."))))
(version "20230117")
(source (origin
(method url-fetch)
(uri (string-append "https://git.kernel.org/pub/scm/linux/kernel"
"/git/firmware/linux-firmware.git/snapshot/"
"linux-firmware-" version ".tar.gz"))
(uri (string-append "mirror://kernel.org/linux/kernel/firmware/"
"linux-firmware-" version ".tar.xz"))
(sha256
(base32
"1a222nxgxa2s7gkir934317nbv0ki2463x7x7qx0h1fvzv4n40xm"))))
"0r1xrgq512031xz1ysx2a295kvsc7dxf2mrp8x1m6kgvl9dy44fz"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f