diff options
author | Murilo <murilo@disroot.org> | 2025-05-25 09:41:39 -0300 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2025-05-26 02:00:13 +0800 |
commit | d1311ee57994cb7e3e5b121d80933dfe19f5c613 (patch) | |
tree | ecc8a49ea45a600011c32db7a712dce20668a10f | |
parent | 0ef13ad08e70fc57ee4b3bc21553b50ab6abe8e1 (diff) |
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>
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 32f60d80ff..8606099171 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -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 |