diff --git a/pkgs/applications/networking/remote/citrix-workspace/generic.nix b/pkgs/applications/networking/remote/citrix-workspace/generic.nix index aa423f202c14..e794bbb21854 100644 --- a/pkgs/applications/networking/remote/citrix-workspace/generic.nix +++ b/pkgs/applications/networking/remote/citrix-workspace/generic.nix @@ -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 = [ diff --git a/pkgs/applications/networking/remote/citrix-workspace/sources.nix b/pkgs/applications/networking/remote/citrix-workspace/sources.nix index 801ba69d20f5..d9de08380bb3 100644 --- a/pkgs/applications/networking/remote/citrix-workspace/sources.nix +++ b/pkgs/applications/networking/remote/citrix-workspace/sources.nix @@ -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"; + }; }; diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 254403a5c8f0..661d9a5518cf 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 { };