citrix_workspace: 21.12.0 -> 22.05.0

This commit is contained in:
Michael Adler 2022-02-28 13:00:29 +01:00
parent de7510053c
commit fcea400842
2 changed files with 14 additions and 2 deletions

View File

@ -120,7 +120,7 @@ let
x86hash = "c646c52889e88aa0bb051070076763d5407f21fb6ad6dfcb0fe635ac01180c51"; x86hash = "c646c52889e88aa0bb051070076763d5407f21fb6ad6dfcb0fe635ac01180c51";
x64suffix = "25"; x64suffix = "25";
x86suffix = "25"; x86suffix = "25";
homepage = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html"; homepage = "https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-2109.html";
}; };
"21.12.0" = { "21.12.0" = {
@ -131,6 +131,17 @@ let
x86hash = "3746cdbe26727f7f6fb85fbe5f3e6df0322d79bb66e3a70158b22cb4f6b6b292"; x86hash = "3746cdbe26727f7f6fb85fbe5f3e6df0322d79bb66e3a70158b22cb4f6b6b292";
x64suffix = "18"; x64suffix = "18";
x86suffix = "18"; x86suffix = "18";
homepage = "https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-2112.html";
};
"22.05.0" = {
major = "22";
minor = "5";
patch = "0";
x64hash = "49786fd3b5361b1f42b7bb0e36572a209e95acb1335737da5216345b6420f053";
x86hash = "f2dc1fd64e5314b62ba87f384958c2bbd48b06b55bed10345cddb05fdc8cffa1";
x64suffix = "16";
x86suffix = "16";
homepage = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html"; homepage = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
}; };
}; };

View File

@ -4635,7 +4635,7 @@ with pkgs;
circus = callPackage ../tools/networking/circus { }; circus = callPackage ../tools/networking/circus { };
citrix_workspace = citrix_workspace_21_12_0; citrix_workspace = citrix_workspace_22_05_0;
inherit (callPackage ../applications/networking/remote/citrix-workspace { }) inherit (callPackage ../applications/networking/remote/citrix-workspace { })
citrix_workspace_20_04_0 citrix_workspace_20_04_0
@ -4649,6 +4649,7 @@ with pkgs;
citrix_workspace_21_08_0 citrix_workspace_21_08_0
citrix_workspace_21_09_0 citrix_workspace_21_09_0
citrix_workspace_21_12_0 citrix_workspace_21_12_0
citrix_workspace_22_05_0
; ;
cmigemo = callPackage ../tools/text/cmigemo { }; cmigemo = callPackage ../tools/text/cmigemo { };