From 19ef3a8741af9957f372859bab894c3ce0c94f15 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Fri, 24 Feb 2023 09:21:01 +0800 Subject: 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 --- nongnu/packages/linux.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 6c21896..f82be7d 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -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 -- cgit v1.2.3