Merge pull request #92917 from eyJhb/evdi-1.7.0
evdi: 2020-02-22 -> 2020-04-16
This commit is contained in:
commit
bc961a822f
1 changed files with 5 additions and 4 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "evdi";
|
||||
version = "unstable-20200222";
|
||||
version = "unstable-20200416";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "DisplayLink";
|
||||
repo = pname;
|
||||
rev = "bb3038c1b10aae99feddc7354c74a5bf22341246";
|
||||
sha256 = "058f8gdma6fndg2w512l08mwl79h4hffacx4rnfkjxrb2ard3gd1";
|
||||
rev = "dc595db636845aef39490496bc075f6bf067106c";
|
||||
sha256 = "1yrny6jj9403z0rxbd3nxf49xc4w0rfpl7xsq03pq32pb3vlbqw7";
|
||||
};
|
||||
|
||||
nativeBuildInputs = kernel.moduleBuildDependencies;
|
||||
|
@ -24,11 +24,12 @@ stdenv.mkDerivation rec {
|
|||
|
||||
installPhase = ''
|
||||
install -Dm755 module/evdi.ko $out/lib/modules/${kernel.modDirVersion}/kernel/drivers/gpu/drm/evdi/evdi.ko
|
||||
install -Dm755 library/libevdi.so.1.6.4 $out/lib/libevdi.so
|
||||
install -Dm755 library/libevdi.so $out/lib/libevdi.so
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Extensible Virtual Display Interface";
|
||||
maintainers = with maintainers; [ eyjhb ];
|
||||
platforms = platforms.linux;
|
||||
license = with licenses; [ lgpl21 gpl2 ];
|
||||
homepage = "https://www.displaylink.com/";
|
||||
|
|
Loading…
Reference in a new issue