gnu: egl-wayland: Update to 1.1.7.

* gnu/packages/graphics.scm (egl-wayland): Update to 1.1.7.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-29 06:25:19 +02:00
parent ac5dd01c2e
commit 7bd59795f1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -172,18 +172,16 @@ (define-public eglexternalplatform
(define-public egl-wayland
(package
(name "egl-wayland")
(version "1.1.6")
(version "1.1.7")
(source
(origin
(method git-fetch)
(uri
(git-reference
(url "https://github.com/NVIDIA/egl-wayland")
(commit version)))
(file-name
(git-file-name name version))
(uri (git-reference
(url "https://github.com/NVIDIA/egl-wayland")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1n9lg8hpjgxlf7dpddkjhbslsfd0symla2wk6jjmnl9n9jv2gmzk"))))
(base32 "0xcx1132zwyp4qps074m72ngjlfmysi1jc2d0lp1ml1r9bllkam6"))))
(build-system meson-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))