Merge pull request #274055 from philiptaron/citrix-workspace

citrix_workspace: 23.09.0.24 -> 23.11.0.82
This commit is contained in:
Pascal Bach 2023-12-14 09:54:49 +01:00 committed by GitHub
commit ecdadc28d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 2 deletions

View File

@ -5,7 +5,6 @@
let
inherit (callPackage ./sources.nix { }) supportedVersions unsupportedVersions;
mkCitrix = callPackage ./generic.nix { };
toAttrName = x: "citrix_workspace_${builtins.replaceStrings [ "." ] [ "_" ] x}";

View File

@ -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";
};

View File

@ -6893,8 +6893,9 @@ with pkgs;
citrix_workspace_23_02_0
citrix_workspace_23_07_0
citrix_workspace_23_09_0
citrix_workspace_23_11_0
;
citrix_workspace = citrix_workspace_23_09_0;
citrix_workspace = citrix_workspace_23_11_0;
clima = callPackage ../tools/text/clima { };