mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: mesa: Update URI.
* gnu/packages/xorg.scm (mesa): Update URI.
This commit is contained in:
parent
5f6265298e
commit
fdf3cb4cc0
1 changed files with 2 additions and 1 deletions
|
@ -4180,7 +4180,8 @@ (define-public mesa
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"ftp://ftp.freedesktop.org/pub/mesa/" version
|
||||
"ftp://ftp.freedesktop.org/pub/mesa/older-versions/8.x/"
|
||||
version
|
||||
"/MesaLib-" version
|
||||
".tar.bz2"))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue