From 55ded0b17388b1965c4475ad605de4f26f844325 Mon Sep 17 00:00:00 2001 From: Yechiel Worenklein <41305372+yechielw@users.noreply.github.com> Date: Sun, 11 May 2025 16:17:10 +0300 Subject: [PATCH] citrix-workspace: 24.11.0.85 -> 25.03.0.66 --- .../networking/remote/citrix-workspace/generic.nix | 2 ++ .../networking/remote/citrix-workspace/sources.nix | 10 ++++++++++ pkgs/top-level/all-packages.nix | 3 ++- 3 files changed, 14 insertions(+), 1 deletion(-) 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 fb4bfd837e90..a857205312e6 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -2569,8 +2569,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 { };