gnu: xf86-video-siliconmotion: Update to 1.7.10.

* gnu/packages/xorg.scm (xf86-video-siliconmotion): Update to 1.7.10.

Change-Id: I11026f8e295198d4cc3a07a5a3d596bd3345b022
This commit is contained in:
宋文武 2024-12-28 19:01:07 +08:00
parent 5b357870e1
commit 24b6de3855
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -3255,17 +3255,17 @@ (define-public xf86-video-savage
(define-public xf86-video-siliconmotion
(package
(name "xf86-video-siliconmotion")
(version "1.7.9")
(version "1.7.10")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/driver/xf86-video-siliconmotion-"
version
".tar.bz2"))
".tar.xz"))
(sha256
(base32
"1g2r6gxqrmjdff95d42msxdw6vmkg2zn5sqv0rxd420iwy8wdwyh"))
"1h4g2mqxshaxii416ldw0aqy6cxnsbnzayfin51xm2526dw9q18n"))
(patches (search-patches "xf86-video-siliconmotion-fix-ftbfs.patch"))))
(build-system gnu-build-system)
(inputs (list xorg-server))