citrix-workspace: 24.11.0.85 -> 25.03.0.66 (#406193)
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user