displaylink: 5.6.1-59.184 -> 5.7.0-61.129

This commit is contained in:
Jens Binkert 2023-06-26 09:43:22 +02:00
parent 1323df1ade
commit 46336e7a53
2 changed files with 6 additions and 5 deletions

View file

@ -26,6 +26,7 @@ in
Identifier "DisplayLink" Identifier "DisplayLink"
MatchDriver "evdi" MatchDriver "evdi"
Driver "modesetting" Driver "modesetting"
Option "TearFree" "true"
Option "AccelMethod" "none" Option "AccelMethod" "none"
EndSection EndSection
''; '';

View file

@ -20,22 +20,22 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "displaylink"; pname = "displaylink";
version = "5.6.1-59.184"; version = "5.7.0-61.129";
src = requireFile rec { src = requireFile rec {
name = "displaylink-561.zip"; name = "displaylink-570.zip";
sha256 = "1hihsz35ccydzx04r8r9kz0hvqwj5fgr8zpzvwyhfxp2m549f9w9"; sha256 = "807f1c203ac1e71c6f1f826493b9bb32e277f07cb2cf48537bf8cfdc68dd1515";
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:
https://www.synaptics.com/products/displaylink-graphics/downloads/ubuntu-5.6.1 https://www.synaptics.com/products/displaylink-graphics/downloads/ubuntu-5.7
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:
mv \$PWD/"DisplayLink USB Graphics Software for Ubuntu5.6.1-EXE.zip" \$PWD/${name} mv \$PWD/"DisplayLink USB Graphics Software for Ubuntu5.7-EXE.zip" \$PWD/${name}
nix-prefetch-url file://\$PWD/${name} nix-prefetch-url file://\$PWD/${name}
''; '';
}; };