diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-09-11 17:11:30 +0900 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2024-09-12 15:27:48 -0400 |
commit | b8d6f9b9137dd89b399944f04977101a1929ad5e (patch) | |
tree | 79d54c3012b4ed1d9ae2787e0e25378abf5ca6fd /nongnu/packages/linux.scm | |
parent | 6b54040cb44afeaad6ba52f054b40d00056393e7 (diff) |
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>
Diffstat (limited to 'nongnu/packages/linux.scm')
-rw-r--r-- | nongnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 568f634..881e5ab 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -315,14 +315,14 @@ stable, responsive and smooth desktop experience."))) (define-public linux-firmware (package (name "linux-firmware") - (version "20240811") + (version "20240909") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/linux/kernel/firmware/" "linux-firmware-" version ".tar.xz")) (sha256 (base32 - "10l0acnc1w4dqlrp2mcai6vi9bgih4ydi5v1k1kijg8fh15s3waq")))) + "0wcn6rqmjq80cjjk1k8ygdamdc4xahi29cp0i7gymy1wi0cvsgwl")))) (build-system gnu-build-system) (arguments (list #:tests? #f |