Merge pull request #92918 from eyJhb/displaylink-5.3.1

displaylink: 5.2.14 -> 5.3.1
This commit is contained in:
Sarah Brofeldt 2020-07-16 17:43:54 +02:00 committed by GitHub
commit 8ff778c207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,17 +11,17 @@ let
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "displaylink"; pname = "displaylink";
version = "5.2.14"; version = "5.3.1.34";
src = requireFile rec { src = requireFile rec {
name = "displaylink.zip"; name = "displaylink.zip";
sha256 = "03b176y95f04rg3lcnjps9llsjbvd8yksh1fpvjwaciz48mnxh2i"; sha256 = "1c1kbjgpb71f73qnyl44rvwi6l4ivddq789rwvvh0ahw2jm324hy";
message = '' message = ''
In order to install the DisplayLink drivers, you must first In order to install the DisplayLink drivers, you must first
comply with DisplayLink's EULA and download the binaries and comply with DisplayLink's EULA and download the binaries and
sources from here: 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 Once you have downloaded the file, please use the following
commands and re-run the installation: commands and re-run the installation:
@ -67,7 +67,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "DisplayLink DL-5xxx, DL-41xx and DL-3x00 Driver for Linux"; 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" ]; platforms = [ "x86_64-linux" "i686-linux" ];
license = licenses.unfree; license = licenses.unfree;
homepage = "https://www.displaylink.com/"; homepage = "https://www.displaylink.com/";