diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-08-22 21:17:50 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-12 20:51:23 -0400 |
commit | 8ec901a885f9541e0b62da280426d094f75d49ac (patch) | |
tree | 359825cd13ff47712978a5acb57d4bb4b33cf7e3 | |
parent | d7301dc375fce5c46fd7090109799ea2d5dbea23 (diff) |
gnu: egl-wayland: Update to 1.1.10.
* gnu/packages/xorg.scm (egl-wayland): Update to 1.1.10.
-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 ed06cb3925..61eae0554a 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5331,7 +5331,7 @@ application-facing EGL functions.") (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 @@ application-facing EGL functions.") (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 |