about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote/citrix-workspace
diff options
context:
space:
mode:
authorPhilip Taron <philip.taron@gmail.com>2023-12-13 12:15:15 -0800
committerPhilip Taron <philip.taron@gmail.com>2023-12-13 12:15:18 -0800
commit316c70e2494f5894da445908858cab2d7536780c (patch)
treebbba60f9b4a4177a3925c9e6696f6bf8d771ba6b /pkgs/applications/networking/remote/citrix-workspace
parent224b3a5ad9a960e4a6e3cd59233c1616164c5ef5 (diff)
citrix_workspace: 23.09.0.24 -> 23.11.0.82
Full change log: https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/whats-new.html

I only tested this by opening the app once.
Diffstat (limited to 'pkgs/applications/networking/remote/citrix-workspace')
-rw-r--r--pkgs/applications/networking/remote/citrix-workspace/default.nix1
-rw-r--r--pkgs/applications/networking/remote/citrix-workspace/sources.nix11
2 files changed, 11 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/citrix-workspace/default.nix b/pkgs/applications/networking/remote/citrix-workspace/default.nix
index c73789ddeb7b1..f6004c2a3faee 100644
--- a/pkgs/applications/networking/remote/citrix-workspace/default.nix
+++ b/pkgs/applications/networking/remote/citrix-workspace/default.nix
@@ -5,7 +5,6 @@
 
 let
   inherit (callPackage ./sources.nix { }) supportedVersions unsupportedVersions;
-  mkCitrix = callPackage ./generic.nix { };
 
   toAttrName = x: "citrix_workspace_${builtins.replaceStrings [ "." ] [ "_" ] x}";
 
diff --git a/pkgs/applications/networking/remote/citrix-workspace/sources.nix b/pkgs/applications/networking/remote/citrix-workspace/sources.nix
index f1b1a83102acb..3d93911685140 100644
--- a/pkgs/applications/networking/remote/citrix-workspace/sources.nix
+++ b/pkgs/applications/networking/remote/citrix-workspace/sources.nix
@@ -44,6 +44,17 @@ let
       x86hash   = "95436fb289602cf31c65b7df89da145fc170233cb2e758a2f11116f15b57d382";
       x64suffix = "24";
       x86suffix = "24";
+      homepage  = "https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest9.html";
+    };
+
+    "23.11.0" = {
+      major     = "23";
+      minor     = "11";
+      patch     = "0";
+      x64hash   = "d3dde64baa6db7675a025eff546d552544d3523f4f3047621884f7830a9e2822";
+      x86hash   = "65b8c144e51b5bd78b98ae69e0fa76d6c020a857d74fd5254be49492527072b6";
+      x64suffix = "82";
+      x86suffix = "82";
       homepage  = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
     };