citrix-workspace: 24.11.0.85 -> 25.03.0.66 (#406193)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-18 23:45:31 +02:00
committed by GitHub
3 changed files with 14 additions and 1 deletions
@@ -54,6 +54,7 @@
libjson,
libsecret,
libcanberra-gtk3,
sane-backends,
homepage,
version,
@@ -173,6 +174,7 @@ stdenv.mkDerivation rec {
xorg.libXScrnSaver
xorg.libXtst
zlib
sane-backends
];
runtimeDependencies = [
@@ -93,6 +93,16 @@ let
x86suffix = "";
homepage = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
};
"25.03.0" = {
major = "25";
minor = "03";
patch = "0";
x64hash = "052zibykhig9091xl76z2x9vn4f74w5q8i9frlpc473pvfplsczk";
x86hash = "";
x64suffix = "66";
x86suffix = "";
homepage = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
};
};
+2 -1
View File
@@ -2556,8 +2556,9 @@ with pkgs;
citrix_workspace_24_05_0
citrix_workspace_24_08_0
citrix_workspace_24_11_0
citrix_workspace_25_03_0
;
citrix_workspace = citrix_workspace_24_11_0;
citrix_workspace = citrix_workspace_25_03_0;
cmst = libsForQt5.callPackage ../tools/networking/cmst { };