displaylink: 5.4.0-55.153 -> 5.4.1-55.174
This commit is contained in:
parent
c5ed8beb47
commit
2631d851f9
1 changed files with 3 additions and 3 deletions
|
@ -20,17 +20,17 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "displaylink";
|
pname = "displaylink";
|
||||||
version = "5.4.0-55.153";
|
version = "5.4.1-55.174";
|
||||||
|
|
||||||
src = requireFile rec {
|
src = requireFile rec {
|
||||||
name = "displaylink.zip";
|
name = "displaylink.zip";
|
||||||
sha256 = "1m2l3bnlfwfp94w7khr05npsbysg9mcyi7hi85n78xkd0xdcxml8";
|
sha256 = "1biswvjz91gmx7xf9g05h3ra463hf2yv9mr2nkxclyrd283iiiqc";
|
||||||
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/node/3751
|
https://www.synaptics.com/products/displaylink-graphics/downloads/ubuntu-5.4.1
|
||||||
|
|
||||||
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:
|
||||||
|
|
Loading…
Reference in a new issue