citrix_workspace: add 20.12.0

ChangeLog: https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/whats-new.html#whats-new-in-2012
This commit is contained in:
Maximilian Bosch 2020-12-11 18:28:40 +01:00
parent 1f8ef6970a
commit 53301ab31b
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
2 changed files with 13 additions and 1 deletions

View File

@ -54,6 +54,17 @@ let
x86hash = "04cr2da25v8x098ccyjwa47d4krk3jpldqkyf4kk2j3hwzbqh9yx";
x64suffix = "6";
x86suffix = "6";
homepage = "https://www.citrix.com/de-de/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-2010.html";
};
"20.12.0" = {
major = "20";
minor = "12";
patch = "0";
x64hash = "1268nriqjp27nxqqi4dvkv8r01yj3bhglxv21xd185761da2mzry";
x86hash = "0f982d5y9k4hscqfmqpfs277cqw1pvp191ybvg5p8rxk12fh67vf";
x64suffix = "12";
x86suffix = "12";
homepage = "https://www.citrix.com/de-de/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
};
};

View File

@ -2935,13 +2935,14 @@ in
circus = callPackage ../tools/networking/circus { };
citrix_workspace = citrix_workspace_20_10_0;
citrix_workspace = citrix_workspace_20_12_0;
inherit (callPackage ../applications/networking/remote/citrix-workspace { })
citrix_workspace_20_04_0
citrix_workspace_20_06_0
citrix_workspace_20_09_0
citrix_workspace_20_10_0
citrix_workspace_20_12_0
;
citra = libsForQt5.callPackage ../misc/emulators/citra { };