gnu: xf86-video-i128: Update to 1.4.1.

* gnu/packages/xorg.scm (xf86-video-i128): Update to 1.4.1.

Change-Id: I1e3c84ea1470538e3b9c5231eb9efd9280ad7e23
This commit is contained in:
宋文武 2024-12-28 19:01:06 +08:00
parent 5d11cf30fa
commit 0c4ae883e6
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -2976,17 +2976,17 @@ (define-public xf86-video-geode
(define-public xf86-video-i128
(package
(name "xf86-video-i128")
(version "1.4.0")
(version "1.4.1")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/driver/xf86-video-i128-"
version
".tar.bz2"))
".tar.xz"))
(sha256
(base32
"1snhpv1igrhifcls3r498kjd14ml6x2xvih7zk9xlsd1ymmhlb4g"))))
"0imwmkam09wpp3z3iaw9i4hysxicrrax7i3p0l2glgp3zw9var3h"))))
(build-system gnu-build-system)
(inputs (list xorg-server))
(native-inputs (list pkg-config))