about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-01-28 11:40:20 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2020-01-28 11:40:20 +0100
commit69d127cc81bf4896f5658fece3098627acf21dae (patch)
treeb07bb267c096715f6dc1963eb9978e767d702019 /pkgs/applications
parent8d4dba08a2f93067ead23dbfc96811612a703719 (diff)
downloadnixlib-69d127cc81bf4896f5658fece3098627acf21dae.tar
nixlib-69d127cc81bf4896f5658fece3098627acf21dae.tar.gz
nixlib-69d127cc81bf4896f5658fece3098627acf21dae.tar.bz2
nixlib-69d127cc81bf4896f5658fece3098627acf21dae.tar.lz
nixlib-69d127cc81bf4896f5658fece3098627acf21dae.tar.xz
nixlib-69d127cc81bf4896f5658fece3098627acf21dae.tar.zst
nixlib-69d127cc81bf4896f5658fece3098627acf21dae.zip
citrix_workspace_19_3_0: mark as unsupported
Will be unsupported within the lifespan of 20.03. Also there aren't any
known issues that require this version as workaround, so a removal
should be fairly safe.
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/remote/citrix-workspace/default.nix13
1 files changed, 1 insertions, 12 deletions
diff --git a/pkgs/applications/networking/remote/citrix-workspace/default.nix b/pkgs/applications/networking/remote/citrix-workspace/default.nix
index 266528e19019..f6ec85f3c2cf 100644
--- a/pkgs/applications/networking/remote/citrix-workspace/default.nix
+++ b/pkgs/applications/networking/remote/citrix-workspace/default.nix
@@ -30,17 +30,6 @@
 let
   versionInfo = let
     supportedVersions = {
-      "19.3.0" = {
-        major     = "19";
-        minor     = "3";
-        patch     = "0";
-        x64hash   = "0mhpp29ca3dw9hx72i0qawdq35wcc7qzgxwzlx4aicwnm1gbil5c";
-        x86hash   = "1hxgj5lk5ghbpssbqjd404qr84gls967vwrh8ww5hg3pn86kyf8w";
-        x64suffix = "5";
-        x86suffix = "5";
-        homepage  = https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-1903.html;
-      };
-
       "19.6.0" = {
         major     = "19";
         minor     = "6";
@@ -93,7 +82,7 @@ let
     # The lifespans of Citrix products can be found here:
     # https://www.citrix.com/support/product-lifecycle/milestones/receiver.html
     deprecatedVersions = let
-      versions = [ ];
+      versions = [ "19.3.0" ];
     in
       lib.listToAttrs
         (lib.forEach versions