mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 17:23:38 -05:00
gnu: egl-wayland: Update to 1.1.10.
* gnu/packages/xorg.scm (egl-wayland): Update to 1.1.10.
This commit is contained in:
parent
d7301dc375
commit
8ec901a885
1 changed files with 2 additions and 2 deletions
|
@ -5331,7 +5331,7 @@ (define-public eglexternalplatform
|
|||
(define-public egl-wayland
|
||||
(package
|
||||
(name "egl-wayland")
|
||||
(version "1.1.9")
|
||||
(version "1.1.10")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5340,7 +5340,7 @@ (define-public egl-wayland
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1iz86cpc4v7izckrcslllnw0vvvgsxg1sr65yb8s9d0f8xa8djdd"))))
|
||||
(base32 "13hdczhsicp4bfkcjg2npslwjaqrajjv867gxjnmvk77scr09dvm"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(list libglvnd ;needed for headers
|
||||
|
|
Loading…
Reference in a new issue