summary refs log tree commit diff
path: root/pkgs/os-specific/linux/displaylink
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-01 10:22:01 -0300
committerGitHub <noreply@github.com>2022-09-01 10:22:01 -0300
commit1614b96a68dd210919865abe78bda56b501eb1ef (patch)
treebc85ec7372ea43c26c06fa85462ba314ce252c07 /pkgs/os-specific/linux/displaylink
parent5f7119b6cd1e3e605a7d01bd927af94aa70ab8cd (diff)
parent8a1fdb52932b0b27def59c9fb04d92a4079537c4 (diff)
downloadnixpkgs-1614b96a68dd210919865abe78bda56b501eb1ef.tar
nixpkgs-1614b96a68dd210919865abe78bda56b501eb1ef.tar.gz
nixpkgs-1614b96a68dd210919865abe78bda56b501eb1ef.tar.bz2
nixpkgs-1614b96a68dd210919865abe78bda56b501eb1ef.tar.lz
nixpkgs-1614b96a68dd210919865abe78bda56b501eb1ef.tar.xz
nixpkgs-1614b96a68dd210919865abe78bda56b501eb1ef.tar.zst
nixpkgs-1614b96a68dd210919865abe78bda56b501eb1ef.zip
Merge pull request #186647 from SebTM/update/displaylink_560-561
displaylink: 5.6.0-59.176 -> 5.6.1-59.184
Diffstat (limited to 'pkgs/os-specific/linux/displaylink')
-rw-r--r--pkgs/os-specific/linux/displaylink/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/os-specific/linux/displaylink/default.nix b/pkgs/os-specific/linux/displaylink/default.nix
index 38dd053e616..e8d1ff829e9 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.6.0-59.176";
+  version = "5.6.1-59.184";
 
   src = requireFile rec {
-    name = "displaylink-56.zip";
-    sha256 = "1v9s4ksr4mnl629n24si14g762b7knr00sqacz60mxcmy4mch5fa";
+    name = "displaylink-561.zip";
+    sha256 = "1hihsz35ccydzx04r8r9kz0hvqwj5fgr8zpzvwyhfxp2m549f9w9";
     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.6
+      https://www.synaptics.com/products/displaylink-graphics/downloads/ubuntu-5.6.1
 
       Once you have downloaded the file, please use the following
       commands and re-run the installation:
 
-      mv \$PWD/"DisplayLink USB Graphics Software for Ubuntu5.6-EXE.zip" \$PWD/${name}
+      mv \$PWD/"DisplayLink USB Graphics Software for Ubuntu5.6.1-EXE.zip" \$PWD/${name}
       nix-prefetch-url file://\$PWD/${name}
     '';
   };