mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
citrix_workspace: 22.12.0 -> 23.02.0
This commit is contained in:
parent
be1950af0b
commit
68f80b556e
|
@ -66,6 +66,17 @@ let
|
|||
x86hash = "b73f90fe51bbb7391c188a394ea614b67f128ed0d9481bd7824cbcadc0338dae";
|
||||
x64suffix = "12";
|
||||
x86suffix = "12";
|
||||
homepage = "https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest5.html";
|
||||
};
|
||||
|
||||
"23.02.0" = {
|
||||
major = "23";
|
||||
minor = "2";
|
||||
patch = "0";
|
||||
x64hash = "d0030a4782ba4b2628139635a12a7de044a4eb36906ef1eadb05b6ea77c1a7bc";
|
||||
x86hash = "39228fc8dd69adca4e56991c1ebc0832fec183c3ab5abd2d65c66b39b634391b";
|
||||
x64suffix = "10";
|
||||
x86suffix = "10";
|
||||
homepage = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -5992,8 +5992,9 @@ with pkgs;
|
|||
citrix_workspace_22_05_0
|
||||
citrix_workspace_22_07_0
|
||||
citrix_workspace_22_12_0
|
||||
citrix_workspace_23_02_0
|
||||
;
|
||||
citrix_workspace = citrix_workspace_22_12_0;
|
||||
citrix_workspace = citrix_workspace_23_02_0;
|
||||
|
||||
cmigemo = callPackage ../tools/text/cmigemo { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue