diff options
author | 宋文武 <[email protected]> | 2024-12-28 19:01:06 +0800 |
---|---|---|
committer | 宋文武 <[email protected]> | 2025-01-31 16:39:26 +0800 |
commit | a12a6f393d5029a311e06a51c2025f0da126ad44 (patch) | |
tree | f44ceab7efbc858b0dad2ce061cedb660a7c9feb | |
parent | e758abbadbd73e2f7d3cbd1d19e3b0c3eb9d406e (diff) |
gnu: xf86-video-amdgpu: Update to 23.0.0.
* gnu/packages/xorg.scm (xf86-video-amdgpu): Update to 23.0.0.
Change-Id: Id2cd962ce40494d7a920d0aec51fe9693279eb5b
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index d8dea7b747..a5058c6e98 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2716,14 +2716,14 @@ as USB mice.") (define-public xf86-video-amdgpu (package (name "xf86-video-amdgpu") - (version "22.0.0") + (version "23.0.0") (source (origin (method url-fetch) (uri (string-append "mirror://xorg/individual/driver/" "xf86-video-amdgpu-" version ".tar.xz")) (sha256 - (base32 "0rl2fxhhgcjywn2z8h9gmvm58zjy93lx391ax76krp0m55hgn8wx")))) + (base32 "0qf0kjh6pww5abxmqa4c9sfa2qq1hq4p8qcgqpfd1kpkcvmg012g")))) (build-system gnu-build-system) (inputs (list xorg-server)) (native-inputs (list pkg-config)) |