citrix-workspace: 24.8.0.98 -> 24.11.0.85 (#390538)
This commit is contained in:
@@ -113,6 +113,7 @@ stdenv.mkDerivation rec {
|
||||
opencv4'
|
||||
openssl'
|
||||
pango
|
||||
pcsclite
|
||||
speex
|
||||
(lib.getLib systemd)
|
||||
stdenv.cc.cc
|
||||
|
||||
@@ -82,6 +82,18 @@ let
|
||||
x86suffix = "";
|
||||
homepage = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
|
||||
};
|
||||
|
||||
"24.11.0" = {
|
||||
major = "24";
|
||||
minor = "11";
|
||||
patch = "0";
|
||||
x64hash = "0kylvqdzkw0635mbb6r5k1lamdjf1hr9pk5rxcff63z4f8q0g3zf";
|
||||
x86hash = "";
|
||||
x64suffix = "85";
|
||||
x86suffix = "";
|
||||
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
|
||||
|
||||
@@ -2728,8 +2728,9 @@ with pkgs;
|
||||
citrix_workspace_24_02_0
|
||||
citrix_workspace_24_05_0
|
||||
citrix_workspace_24_08_0
|
||||
citrix_workspace_24_11_0
|
||||
;
|
||||
citrix_workspace = citrix_workspace_24_08_0;
|
||||
citrix_workspace = citrix_workspace_24_11_0;
|
||||
|
||||
cmst = libsForQt5.callPackage ../tools/networking/cmst { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user