From 968ee1b01adae5142c313ea5d4b66f08f114c34f Mon Sep 17 00:00:00 2001 From: Simen Endsjø Date: Fri, 11 Nov 2022 20:12:07 +0100 Subject: nongnu: sof-firmware: Update to 2.2. Fixes https://gitlab.com/nonguix/nonguix/-/issues/211 * nongnu/packages/linux.scm (sof-firmware): Update to 2.2. [source]: Switch from git checkout to prebuilt archives. Signed-off-by: Jonathan Brielmaier --- nongnu/packages/linux.scm | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index c6f6c0c..efc8323 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -842,16 +842,15 @@ documented in the respective processor revision guides.") (define-public sof-firmware (package (name "sof-firmware") - (version "1.7") + (version "2.2.2") (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/thesofproject/sof-bin") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) + (method url-fetch) + (uri (string-append "https://github.com/thesofproject/sof-bin/releases/download/v" + version "/sof-bin-v" version ".tar.gz")) (sha256 - (base32 "1fb4rxgg3haxqg2gcm89g7af6v0a0h83c1ar2fyfa8h8pcf7hik7")))) + (base32 + "1h7waw7ia3xjaprlvkcycamphnpcalrr2sjkhm59w7npwclqzwq0")))) (build-system copy-build-system) (arguments `(#:install-plan -- cgit v1.2.3