Skip to content

Commit 1e8db50

Browse files
committed
displaylink: 6.0.0-24 -> 6.1.0-17
1 parent 05397ad commit 1e8db50

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkgs/os-specific/linux/displaylink/default.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,28 +28,28 @@ let
2828
in
2929
stdenv.mkDerivation (finalAttrs: {
3030
pname = "displaylink";
31-
version = "6.0.0-24";
31+
version = "6.1.0-17";
3232

3333
src = requireFile rec {
34-
name = "displaylink-600.zip";
35-
sha256 = "1ixrklwk67w25cy77n7l0pq6j9i4bp4lkdr30kp1jsmyz8daaypw";
34+
name = "displaylink-610.zip";
35+
hash = "sha256-RJgVrX+Y8Nvz106Xh+W9N9uRLC2VO00fBJeS8vs7fKw=";
3636
message = ''
3737
In order to install the DisplayLink drivers, you must first
3838
comply with DisplayLink's EULA and download the binaries and
3939
sources from here:
4040
41-
https://www.synaptics.com/products/displaylink-graphics/downloads/ubuntu-6.0
41+
https://www.synaptics.com/products/displaylink-usb-graphics-software-ubuntu-61
4242
4343
Once you have downloaded the file, please use the following
4444
commands and re-run the installation:
4545
46-
mv \$PWD/"DisplayLink USB Graphics Software for Ubuntu6.0-EXE.zip" \$PWD/${name}
46+
mv \$PWD/"DisplayLink USB Graphics Software for Ubuntu6.1-EXE.zip" \$PWD/${name}
4747
nix-prefetch-url file://\$PWD/${name}
4848
4949
Alternatively, you can use the following command to download the
5050
file directly:
5151
52-
nix-prefetch-url --name ${name} https://www.synaptics.com/sites/default/files/exe_files/2024-05/DisplayLink%20USB%20Graphics%20Software%20for%20Ubuntu6.0-EXE.zip
52+
nix-prefetch-url --name ${name} https://www.synaptics.com/sites/default/files/exe_files/2024-10/DisplayLink%20USB%20Graphics%20Software%20for%20Ubuntu6.1-EXE.zip
5353
'';
5454
};
5555

0 commit comments

Comments
 (0)