about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-07-08 11:24:24 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2020-07-08 12:06:11 +0200
commit358f9c34a947b6f436479ea97be1148e2d9296e2 (patch)
treea9da45c9ad761c14c425777e3eab8e15000da102 /pkgs/applications/networking/remote
parentcefa2ad525a9096f220dffca00202ef9aad6a77a (diff)
citrix_workspace: add 20.06.0.15
https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/whats-new.html#whats-new-in-2006
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/citrix-workspace/default.nix15
1 files changed, 13 insertions, 2 deletions
diff --git a/pkgs/applications/networking/remote/citrix-workspace/default.nix b/pkgs/applications/networking/remote/citrix-workspace/default.nix
index a62b1bf5ee155..7fd458c0e4725 100644
--- a/pkgs/applications/networking/remote/citrix-workspace/default.nix
+++ b/pkgs/applications/networking/remote/citrix-workspace/default.nix
@@ -24,7 +24,7 @@
 , gtk_engines
 , alsaLib
 , zlib
-, version ? "20.04.0"
+, version ? "20.06.0"
 }:
 
 let
@@ -82,7 +82,18 @@ let
         x86hash   = "A2E2E1882723DA6796E68916B3BB2B44DD575A83DEB03CA90A262F6C81B1A53F";
         x64suffix = "21";
         x86suffix = "21";
-        homepage  = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
+        homepage  = "https://www.citrix.com/de-de/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-2004.html";
+      };
+
+      "20.06.0" = {
+        major     = "20";
+        minor     = "06";
+        patch     = "0";
+        x64hash   = "1kpfcfg95mpprlca6cccnjlsqbj3xvv77cn3fc5msd304nsi9x1v";
+        x86hash   = "1di29hrimbw3myjnf2nn26a14klidhdwvjqla6yxhwd3s6lil194";
+        x64suffix = "15";
+        x86suffix = "15";
+        homepage  = "https://www.citrix.com/de-de/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
       };
     };