mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: egl-wayland: Update to 1.1.19.
* gnu/packages/xorg.scm (egl-wayland): Update to 1.1.19. Change-Id: I7e6f074cb0b051777834c9300b8d57aa4d02731c Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
0ef13ad08e
commit
d1311ee579
1 changed files with 2 additions and 2 deletions
|
@ -5348,7 +5348,7 @@ application-facing EGL functions.")
|
|||
(define-public egl-wayland
|
||||
(package
|
||||
(name "egl-wayland")
|
||||
(version "1.1.17")
|
||||
(version "1.1.19")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5357,7 +5357,7 @@ application-facing EGL functions.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1w0b53157ql5pp6hawqcy1c1c8lchk21gpc01p6lxgwvl3dgjn7y"))))
|
||||
(base32 "18bx7xj2ywn6r1kv2lk9yw49h03grbiq6zkwbkl8w59ajjcm61n5"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(cons* libglvnd ;needed for headers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue