From 37ead022cdfbafda63dbe08a9b851ff5c6f229db Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 7 Jan 2026 16:24:43 -0600 Subject: [PATCH] citrix_workspace: 25.08.00 -> 25.08.10 Signed-off-by: Austin Horstman --- .../networking/remote/citrix-workspace/sources.nix | 8 ++++---- pkgs/top-level/all-packages.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/applications/networking/remote/citrix-workspace/sources.nix b/pkgs/applications/networking/remote/citrix-workspace/sources.nix index edcc9f2135f9..34f0c8e627ae 100644 --- a/pkgs/applications/networking/remote/citrix-workspace/sources.nix +++ b/pkgs/applications/networking/remote/citrix-workspace/sources.nix @@ -21,12 +21,12 @@ let # # The latest versions can be found at https://www.citrix.com/downloads/workspace-app/linux/ supportedVersions = lib.mapAttrs mkVersionInfo { - "25.08.0" = { + "25.08.10" = { major = "25"; minor = "08"; - patch = "0"; - hash = "19nx7j78c84m6wlidkaicqf5rgy05rm85vzh3admhrl8q9zr1avr"; - suffix = "88"; + patch = "10"; + hash = "06hdwi5rd8z43nlpvym6yrw3snfz8jh6ic3g4pihn9ji22bw5pbd"; + suffix = "111"; 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 c4c750e28be4..a3e4a621218c 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -2181,9 +2181,9 @@ with pkgs; circus = with python310Packages; toPythonApplication circus; inherit (callPackage ../applications/networking/remote/citrix-workspace { }) - citrix_workspace_25_08_0 + citrix_workspace_25_08_10 ; - citrix_workspace = citrix_workspace_25_08_0; + citrix_workspace = citrix_workspace_25_08_10; colord-gtk4 = colord-gtk.override { withGtk4 = true; };