citrix_workspace: 25.08.00 -> 25.08.10

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2026-01-10 01:18:45 -06:00
parent 1ab621eb6d
commit 37ead022cd
2 changed files with 6 additions and 6 deletions
@@ -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";
};
};
+2 -2
View File
@@ -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; };