diff options
| author | Ryan Lahfa <masterancpp@gmail.com> | 2022-12-02 20:36:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-02 20:36:49 +0100 |
| commit | 660e7737851506374da39c0fa550c202c824a17c (patch) | |
| tree | a5e8b6a41172154debe61cd3402666ebf8a70cbf | |
| parent | Merge pull request #204063 from NixOS/backport-202797-to-release-22.11 (diff) | |
| parent | citrix_workspace: 22.07.0 -> 22.12.0 (diff) | |
| download | nixpkgs-660e7737851506374da39c0fa550c202c824a17c.tar.gz | |
Merge pull request #204115 from NixOS/backport-196585-to-release-22.11
[Backport release-22.11] citrix_workspace: 22.07.0 -> 22.12.0
| -rw-r--r-- | pkgs/applications/networking/remote/citrix-workspace/sources.nix | 19 | ||||
| -rw-r--r-- | pkgs/top-level/all-packages.nix | 3 |
2 files changed, 17 insertions, 5 deletions
diff --git a/pkgs/applications/networking/remote/citrix-workspace/sources.nix b/pkgs/applications/networking/remote/citrix-workspace/sources.nix index 9f4fa9ce751a..c84f157ba5e8 100644 --- a/pkgs/applications/networking/remote/citrix-workspace/sources.nix +++ b/pkgs/applications/networking/remote/citrix-workspace/sources.nix @@ -94,10 +94,21 @@ let major = "22"; minor = "7"; patch = "0"; - x64hash = "a17e4478ad3eac4b0cbc9fb7be0dba2758393ba2d3b6a82b3074ff053586c5f5"; - x86hash = "f08d9c83a1af7873cbb864b26ec24d731fdc2e5045adee982eeef4083982c5bc"; - x64suffix = "20"; - x86suffix = "20"; + x64hash = "ba88490e457e0fe6c610778396e40293067173c182f2343c8c1fda5e2444985c"; + x86hash = "ed9ff8b3be968cacaf6121c783326091899b987e53fac1aafae68ea3e5883403"; + x64suffix = "14"; + x86suffix = "14"; + homepage = "https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest-OLD1.html"; + }; + + "22.12.0" = { + major = "22"; + minor = "12"; + patch = "0"; + x64hash = "3ec5a3d5526a6bac17bb977b173542f5bdd535a53baa6dca80c83a0d61229d74"; + x86hash = "b73f90fe51bbb7391c188a394ea614b67f128ed0d9481bd7824cbcadc0338dae"; + x64suffix = "12"; + x86suffix = "12"; 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 e863bd222d4d..8a3823809c5c 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -5351,8 +5351,9 @@ with pkgs; citrix_workspace_21_12_0 citrix_workspace_22_05_0 citrix_workspace_22_07_0 + citrix_workspace_22_12_0 ; - citrix_workspace = citrix_workspace_22_07_0; + citrix_workspace = citrix_workspace_22_12_0; cmigemo = callPackage ../tools/text/cmigemo { }; |
