mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
citrix_workspace: add 21.01.0.14
ChangeLog: https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/whats-new.html#whats-new-in-2101
This commit is contained in:
parent
801c70690a
commit
5ea8bde3e7
@ -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";
|
||||
};
|
||||
};
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user