about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-27 12:00:31 +0200
committerGitHub <noreply@github.com>2022-03-27 12:00:31 +0200
commitc5f030bb1e2ab079282e22e814c939077de782d7 (patch)
tree03c6ee9685cbb5beeaffc749e2e5f5b18b58357c
parent65947d5285b564b84115300e682f151b1639ffa1 (diff)
parentda583d8a670620406d46202f2f337e7b166c6dcf (diff)
downloadnixlib-c5f030bb1e2ab079282e22e814c939077de782d7.tar
nixlib-c5f030bb1e2ab079282e22e814c939077de782d7.tar.gz
nixlib-c5f030bb1e2ab079282e22e814c939077de782d7.tar.bz2
nixlib-c5f030bb1e2ab079282e22e814c939077de782d7.tar.lz
nixlib-c5f030bb1e2ab079282e22e814c939077de782d7.tar.xz
nixlib-c5f030bb1e2ab079282e22e814c939077de782d7.tar.zst
nixlib-c5f030bb1e2ab079282e22e814c939077de782d7.zip
Merge pull request #165001 from kalbasit/update-displaylink
-rw-r--r--pkgs/os-specific/linux/displaylink/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/displaylink/default.nix b/pkgs/os-specific/linux/displaylink/default.nix
index f1e942a43993..e7e572ce18e1 100644
--- a/pkgs/os-specific/linux/displaylink/default.nix
+++ b/pkgs/os-specific/linux/displaylink/default.nix
@@ -20,22 +20,22 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "displaylink";
-  version = "5.5.0-beta-59.118";
+  version = "5.5.0-59.151";
 
   src = requireFile rec {
     name = "displaylink-55.zip";
-    sha256 = "0mid6p1mnkhbl96cr763ngdwrlgnpgs6c137rwc2sjf4v33g59ma";
+    sha256 = "0pswmczzrqqq0s0ksp6rfnkm693ligq4nblki1v53jdh0y7d1gff";
     message = ''
       In order to install the DisplayLink drivers, you must first
       comply with DisplayLink's EULA and download the binaries and
       sources from here:
 
-      https://www.synaptics.com/products/displaylink-graphics/downloads/ubuntu-5.5-Beta
+      https://www.synaptics.com/products/displaylink-graphics/downloads/ubuntu-5.5
 
       Once you have downloaded the file, please use the following
       commands and re-run the installation:
 
-      mv \$PWD/"DisplayLink USB Graphics Software for Ubuntu (Beta)5.5 Beta-EXE.zip" \$PWD/${name}
+      mv \$PWD/"DisplayLink USB Graphics Software for Ubuntu5.5-EXE.zip" \$PWD/${name}
       nix-prefetch-url file://\$PWD/${name}
     '';
   };