nongnu: linux-firmware: Update to 20240909.
This resolves the 'amdgpu [drm] *ERROR* dc_dmub_srv_log_diagnostic_data: DMCUB error - collecting diagnostic data' visible in `dmesg' when using the integrated GPU of an AMD 9950x CPU (see: <https://lore.kernel.org/amd-gfx/Zo4Z2yCK4RrYtJKo@glanzmann.de/>). * nongnu/packages/linux.scm (linux-firmware): Update to 20240909. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
6b54040cb4
commit
b8d6f9b913
|
@ -315,14 +315,14 @@ stable, responsive and smooth desktop experience.")))
|
||||||
(define-public linux-firmware
|
(define-public linux-firmware
|
||||||
(package
|
(package
|
||||||
(name "linux-firmware")
|
(name "linux-firmware")
|
||||||
(version "20240811")
|
(version "20240909")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kernel.org/linux/kernel/firmware/"
|
(uri (string-append "mirror://kernel.org/linux/kernel/firmware/"
|
||||||
"linux-firmware-" version ".tar.xz"))
|
"linux-firmware-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10l0acnc1w4dqlrp2mcai6vi9bgih4ydi5v1k1kijg8fh15s3waq"))))
|
"0wcn6rqmjq80cjjk1k8ygdamdc4xahi29cp0i7gymy1wi0cvsgwl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f
|
(list #:tests? #f
|
||||||
|
|
Loading…
Reference in New Issue
Block a user