citrix_workspace: 24.2.0.65 -> 24.5.0.76

This commit is contained in:
éclairevoyant
2024-06-14 01:03:41 -04:00
parent 8dbf10c3c9
commit 1d0f8a067b
2 changed files with 13 additions and 1 deletions
@@ -44,6 +44,17 @@ let
x86hash = "";
x64suffix = "65";
x86suffix = "";
homepage = "https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest12.html";
};
"24.05.0" = {
major = "24";
minor = "5";
patch = "0";
x64hash = "sha256-pye2JOilSbp8PFCpVXFkrRW98E8klCqoisVSWjR38nE=";
x86hash = "";
x64suffix = "76";
x86suffix = "";
homepage = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
};
};
+2 -1
View File
@@ -6638,8 +6638,9 @@ with pkgs;
citrix_workspace_23_09_0
citrix_workspace_23_11_0
citrix_workspace_24_02_0
citrix_workspace_24_05_0
;
citrix_workspace = citrix_workspace_24_02_0;
citrix_workspace = citrix_workspace_24_05_0;
clima = callPackage ../tools/text/clima { };