citrix-workspace: 24.8.0.98 -> 24.11.0.85 (#390538)

This commit is contained in:
Weijia Wang
2025-03-22 18:19:00 +01:00
committed by GitHub
3 changed files with 15 additions and 1 deletions
@@ -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
+2 -1
View File
@@ -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 { };