mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: egl-wayland: Update to 1.1.11.
* gnu/packages/xorg.scm (egl-wayland): Update to 1.1.11. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
c9d955d51e
commit
59ce7ab95a
1 changed files with 2 additions and 2 deletions
|
@ -5331,7 +5331,7 @@ application-facing EGL functions.")
|
|||
(define-public egl-wayland
|
||||
(package
|
||||
(name "egl-wayland")
|
||||
(version "1.1.10")
|
||||
(version "1.1.11")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5340,7 +5340,7 @@ application-facing EGL functions.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "13hdczhsicp4bfkcjg2npslwjaqrajjv867gxjnmvk77scr09dvm"))))
|
||||
(base32 "11a3j2rjai2vsway9ki5y3ncvhrwd300pz2zcq36mq3brbr1vgf5"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(list libglvnd ;needed for headers
|
||||
|
|
Loading…
Reference in a new issue