displaylink: 5.8.0-63.33 -> 6.0.0-24

This commit is contained in:
Pol Dellaiera
2024-07-02 20:50:16 +02:00
committed by Florian Brandes
parent 3b72ebdcd5
commit eae726d38d

View File

@@ -18,22 +18,22 @@ let
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "displaylink"; pname = "displaylink";
version = "5.8.0-63.33"; version = "6.0.0-24";
src = requireFile rec { src = requireFile rec {
name = "displaylink-580.zip"; name = "displaylink-600.zip";
sha256 = "05m8vm6i9pc9pmvar021lw3ls60inlmq92nling0vj28skm55i92"; sha256 = "1ixrklwk67w25cy77n7l0pq6j9i4bp4lkdr30kp1jsmyz8daaypw";
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.8 https://www.synaptics.com/products/displaylink-graphics/downloads/ubuntu-6.0
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.8-EXE.zip" \$PWD/${name} mv \$PWD/"DisplayLink USB Graphics Software for Ubuntu6.0-EXE.zip" \$PWD/${name}
nix-prefetch-url file://\$PWD/${name} nix-prefetch-url file://\$PWD/${name}
''; '';
}; };
@@ -73,7 +73,7 @@ stdenv.mkDerivation (finalAttrs: {
dontPatchELF = true; dontPatchELF = true;
meta = with lib; { meta = with lib; {
description = "DisplayLink DL-5xxx, DL-41xx and DL-3x00 Driver for Linux"; description = "DisplayLink DL-7xxx, DL-6xxx, DL-5xxx, DL-41xx and DL-3x00 Driver for Linux";
homepage = "https://www.displaylink.com/"; homepage = "https://www.displaylink.com/";
hydraPlatforms = []; hydraPlatforms = [];
license = licenses.unfree; license = licenses.unfree;