diff options
author | Hilton Chain <hako@ultrarare.space> | 2024-12-13 21:13:38 +0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2024-12-20 17:02:49 +0800 |
commit | 5e82c33839b1c02a3db8ef22f7b52e10d97a2f78 (patch) | |
tree | d849604b073702031fd3937a3722b08e121c86f9 /gnu | |
parent | 4a5735b726dc7f438cb256155cd6069d6e789231 (diff) | |
download | guix-5e82c33839b1c02a3db8ef22f7b52e10d97a2f78.tar.gz guix-5e82c33839b1c02a3db8ef22f7b52e10d97a2f78.zip |
gnu: egl-wayland: Update to 1.1.17.
* gnu/packages/xorg.scm (egl-wayland): Update to 1.1.17.
Change-Id: I202496a160ac825a86a07700b1dc2b75c9d8d87f
Diffstat (limited to 'gnu')
-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 f6f3b370ee..7d6b5dc46b 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5321,7 +5321,7 @@ application-facing EGL functions.") (define-public egl-wayland (package (name "egl-wayland") - (version "1.1.13") + (version "1.1.17") (source (origin (method git-fetch) @@ -5330,7 +5330,7 @@ application-facing EGL functions.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0irmvp8g2wn18q6k3vcmg4a57q4ddmqccv3g7hbysqnsdsps63rl")))) + (base32 "1w0b53157ql5pp6hawqcy1c1c8lchk21gpc01p6lxgwvl3dgjn7y")))) (build-system meson-build-system) (native-inputs (cons* libglvnd ;needed for headers |