linuxPackages.evdi: 1.10.1 -> 1.11.0

Fixes build with Linux 5.18.
This commit is contained in:
Alyssa Ross 2022-05-23 12:14:44 +00:00
parent 32c523914f
commit d5872d277c

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "evdi";
version = "1.10.1";
version = "1.11.0";
src = fetchFromGitHub {
owner = "DisplayLink";
repo = pname;
rev = "v${version}";
sha256 = "sha256-XABpC2g4/e6/2HsHzrBUs6OW1lzgGBYlFAatVcA/vD8=";
sha256 = "12n2xbpw2901cvzw467saqqsgs4mwrzp7fs5j2vlyl7kwpcr0pj0";
};
NIX_CFLAGS_COMPILE = "-Wno-error -Wno-error=sign-compare";