From 439c13bf15cd4b57a1c16729b756608d1e3420ca Mon Sep 17 00:00:00 2001 From: Alexander Lehmann Date: Thu, 16 Sep 2021 09:37:19 +0200 Subject: citrix-workspace: Add sources for 21_08_0 plus glib-networking to runtimeDependencies Citrix Workspace requires glib-networking for TLS/SSL. --- .../networking/remote/citrix-workspace/sources.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'pkgs/applications/networking/remote/citrix-workspace/sources.nix') diff --git a/pkgs/applications/networking/remote/citrix-workspace/sources.nix b/pkgs/applications/networking/remote/citrix-workspace/sources.nix index 3fadac3f291..e492aac9773 100644 --- a/pkgs/applications/networking/remote/citrix-workspace/sources.nix +++ b/pkgs/applications/networking/remote/citrix-workspace/sources.nix @@ -100,6 +100,16 @@ let x86suffix = "28"; homepage = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html"; }; + "21.08.0" = { + major = "21"; + minor = "8"; + patch = "0"; + x64hash = "69ddae29cc8b4b68341c3d9503a54ee70ab58a5795fd83e79573f013eda5518c"; + x86hash = "b6d1bde5a8533f22374e1f5bbb3f5949e5b89773d0703e021fbe784b455aad3f"; + x64suffix = "40"; + x86suffix = "40"; + homepage = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html"; + }; }; # Retain attribute-names for abandoned versions of Citrix workspace to -- cgit 1.4.1