Maximilian Bosch 2021-02-12 10:24:06 +01:00
parent 801c70690a
commit 5ea8bde3e7
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
2 changed files with 13 additions and 1 deletions

View File

@ -65,6 +65,17 @@ let
x86hash = "0f982d5y9k4hscqfmqpfs277cqw1pvp191ybvg5p8rxk12fh67vf";
x64suffix = "12";
x86suffix = "12";
homepage = "https://www.citrix.com/de-de/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-2012.html";
};
"21.01.0" = {
major = "21";
minor = "1";
patch = "0";
x64hash = "01m9g1bs6iiqbd778gjps2zznvqijlyn3mfw38aa0w1rr6ms326a";
x86hash = "1mmx5r3wi9i6bwh4kdlpw446m8kijkaar8shi0q1n21fv0ygg3r5";
x64suffix = "14";
x86suffix = "14";
homepage = "https://www.citrix.com/de-de/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
};
};

View File

@ -3121,7 +3121,7 @@ in
circus = callPackage ../tools/networking/circus { };
citrix_workspace = citrix_workspace_20_12_0;
citrix_workspace = citrix_workspace_21_01_0;
inherit (callPackage ../applications/networking/remote/citrix-workspace { })
citrix_workspace_20_04_0
@ -3129,6 +3129,7 @@ in
citrix_workspace_20_09_0
citrix_workspace_20_10_0
citrix_workspace_20_12_0
citrix_workspace_21_01_0
;
citra = libsForQt5.callPackage ../misc/emulators/citra { };