evdi: 1.6.1 -> 1.6.2
https://github.com/DisplayLink/evdi/releases/tag/v1.6.2 Since it's short: support for 5.2 kernel Intel-IOMMU workaround workaround for problem with FourCC when switching Xorg <-> Wayland fix issues found with Coverity
This commit is contained in:
parent
e449caf606
commit
7e5f0cd4e9
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, kernel, libdrm }:
|
{ stdenv, fetchFromGitHub, kernel, libdrm }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "evdi-${version}";
|
pname = "evdi";
|
||||||
version = "1.6.1";
|
version = "1.6.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "DisplayLink";
|
owner = "DisplayLink";
|
||||||
repo = "evdi";
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1h98w1yfqsrjfhpnyfnggpkxs9yayw441nmfkllmzhzfnsd31fp7";
|
sha256 = "0ajjsh1fw7w0k28r6qq7kh3qcr87gzzjp8s890algbglynlafzfw";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = kernel.moduleBuildDependencies;
|
nativeBuildInputs = kernel.moduleBuildDependencies;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user