lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

linuxPackages.evdi: 1.10.1 -> 1.11.0

Fixes build with Linux 5.18.

+2 -2
+2 -2
pkgs/os-specific/linux/evdi/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "evdi"; 5 - version = "1.10.1"; 5 + version = "1.11.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "DisplayLink"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-XABpC2g4/e6/2HsHzrBUs6OW1lzgGBYlFAatVcA/vD8="; 11 + sha256 = "12n2xbpw2901cvzw467saqqsgs4mwrzp7fs5j2vlyl7kwpcr0pj0"; 12 12 }; 13 13 14 14 NIX_CFLAGS_COMPILE = "-Wno-error -Wno-error=sign-compare";