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 <jonathan.brielmaier@web.de>
This commit is contained in:
Simen Endsjø 2022-11-11 20:12:07 +01:00 committed by Jonathan Brielmaier
parent d8af1fe420
commit 968ee1b01a
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -842,16 +842,15 @@ documented in the respective processor revision guides.")
(define-public sof-firmware (define-public sof-firmware
(package (package
(name "sof-firmware") (name "sof-firmware")
(version "1.7") (version "2.2.2")
(source (source
(origin (origin
(method git-fetch) (method url-fetch)
(uri (git-reference (uri (string-append "https://github.com/thesofproject/sof-bin/releases/download/v"
(url "https://github.com/thesofproject/sof-bin") version "/sof-bin-v" version ".tar.gz"))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 "1fb4rxgg3haxqg2gcm89g7af6v0a0h83c1ar2fyfa8h8pcf7hik7")))) (base32
"1h7waw7ia3xjaprlvkcycamphnpcalrr2sjkhm59w7npwclqzwq0"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
`(#:install-plan `(#:install-plan