Merge pull request #319721 from eclairevoyant/citrix
citrix_workspace: 24.2.0.65 -> 24.5.0.76
This commit is contained in:
commit
99e75cb2ab
@ -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";
|
||||
};
|
||||
};
|
||||
|
@ -6629,8 +6629,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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user