Merge pull request #92918 from eyJhb/displaylink-5.3.1
displaylink: 5.2.14 -> 5.3.1
This commit is contained in:
commit
8ff778c207
1 changed files with 4 additions and 4 deletions
|
@ -11,17 +11,17 @@ let
|
|||
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "displaylink";
|
||||
version = "5.2.14";
|
||||
version = "5.3.1.34";
|
||||
|
||||
src = requireFile rec {
|
||||
name = "displaylink.zip";
|
||||
sha256 = "03b176y95f04rg3lcnjps9llsjbvd8yksh1fpvjwaciz48mnxh2i";
|
||||
sha256 = "1c1kbjgpb71f73qnyl44rvwi6l4ivddq789rwvvh0ahw2jm324hy";
|
||||
message = ''
|
||||
In order to install the DisplayLink drivers, you must first
|
||||
comply with DisplayLink's EULA and download the binaries and
|
||||
sources from here:
|
||||
|
||||
http://www.displaylink.com/downloads/file?id=1369
|
||||
https://www.displaylink.com/downloads/file?id=1576
|
||||
|
||||
Once you have downloaded the file, please use the following
|
||||
commands and re-run the installation:
|
||||
|
@ -67,7 +67,7 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "DisplayLink DL-5xxx, DL-41xx and DL-3x00 Driver for Linux";
|
||||
maintainers = with maintainers; [ nshalman abbradar peterhoeg ];
|
||||
maintainers = with maintainers; [ nshalman abbradar peterhoeg eyjhb ];
|
||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||
license = licenses.unfree;
|
||||
homepage = "https://www.displaylink.com/";
|
||||
|
|
Loading…
Reference in a new issue