From 49a2d9ba22d78fc60917fed918c8ebc97ed458ea Mon Sep 17 00:00:00 2001 From: Abdelhakim Qbaich Date: Thu, 16 Sep 2021 12:57:40 -0700 Subject: [PATCH] egl-wayland: 1.1.7 -> 1.1.9 --- pkgs/development/libraries/egl-wayland/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkgs/development/libraries/egl-wayland/default.nix b/pkgs/development/libraries/egl-wayland/default.nix index 50a74088f2a7..3881f8f7ee38 100644 --- a/pkgs/development/libraries/egl-wayland/default.nix +++ b/pkgs/development/libraries/egl-wayland/default.nix @@ -5,10 +5,11 @@ , meson , ninja , wayland-scanner +, libGL , libX11 , mesa -, libGL , wayland +, wayland-protocols }: let @@ -41,7 +42,7 @@ let in stdenv.mkDerivation rec { pname = "egl-wayland"; - version = "1.1.7"; + version = "1.1.9"; outputs = [ "out" "dev" ]; @@ -49,7 +50,7 @@ in stdenv.mkDerivation rec { owner = "Nvidia"; repo = pname; rev = version; - sha256 = "sha256-pqpJ6Uo50BouBU0wGaL21VH5rDiVHKAvJtfzL0YInXU="; + sha256 = "sha256-rcmGVEcOtKTR8sVkHV7Xb+8NuKWUapYn+/Fswi4z6Mc="; }; depsBuildBuild = [ @@ -65,10 +66,11 @@ in stdenv.mkDerivation rec { buildInputs = [ eglexternalplatform + libGL libX11 mesa - libGL wayland + wayland-protocols ]; postFixup = ''