egl-wayland: 1.1.7 -> 1.1.9

This commit is contained in:
Abdelhakim Qbaich 2021-09-16 12:57:40 -07:00
parent 94da5bc7ad
commit 49a2d9ba22

View file

@ -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 = ''