···20in
21stdenv.mkDerivation rec {
22 pname = "displaylink";
23- version = "5.5.0-59.151";
2425 src = requireFile rec {
26- name = "displaylink-55.zip";
27- sha256 = "0pswmczzrqqq0s0ksp6rfnkm693ligq4nblki1v53jdh0y7d1gff";
28 message = ''
29 In order to install the DisplayLink drivers, you must first
30 comply with DisplayLink's EULA and download the binaries and
31 sources from here:
3233- https://www.synaptics.com/products/displaylink-graphics/downloads/ubuntu-5.5
3435 Once you have downloaded the file, please use the following
36 commands and re-run the installation:
3738- mv \$PWD/"DisplayLink USB Graphics Software for Ubuntu5.5-EXE.zip" \$PWD/${name}
39 nix-prefetch-url file://\$PWD/${name}
40 '';
41 };
···20in
21stdenv.mkDerivation rec {
22 pname = "displaylink";
23+ version = "5.6.0-59.176";
2425 src = requireFile rec {
26+ name = "displaylink-56.zip";
27+ sha256 = "1v9s4ksr4mnl629n24si14g762b7knr00sqacz60mxcmy4mch5fa";
28 message = ''
29 In order to install the DisplayLink drivers, you must first
30 comply with DisplayLink's EULA and download the binaries and
31 sources from here:
3233+ https://www.synaptics.com/products/displaylink-graphics/downloads/ubuntu-5.6
3435 Once you have downloaded the file, please use the following
36 commands and re-run the installation:
3738+ mv \$PWD/"DisplayLink USB Graphics Software for Ubuntu5.6-EXE.zip" \$PWD/${name}
39 nix-prefetch-url file://\$PWD/${name}
40 '';
41 };