about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2018-05-13 01:02:09 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-05-13 01:02:09 -0400
commit2c5d915200aef1ea888fbe2957822ca76f99954e (patch)
treef58999bdb3e0a37ab85e8135ed406e8ed8debfe2 /pkgs/applications/networking/remote
parent6ec7291a7984595559751b0570b858c7fcad4fc0 (diff)
parent92b7a814f26ee1d37e989431c18518c67285a332 (diff)
downloadnixlib-2c5d915200aef1ea888fbe2957822ca76f99954e.tar
nixlib-2c5d915200aef1ea888fbe2957822ca76f99954e.tar.gz
nixlib-2c5d915200aef1ea888fbe2957822ca76f99954e.tar.bz2
nixlib-2c5d915200aef1ea888fbe2957822ca76f99954e.tar.lz
nixlib-2c5d915200aef1ea888fbe2957822ca76f99954e.tar.xz
nixlib-2c5d915200aef1ea888fbe2957822ca76f99954e.tar.zst
nixlib-2c5d915200aef1ea888fbe2957822ca76f99954e.zip
Merge commit '92b7a814f26ee1d37e989431c18518c67285a332' into staging
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/citrix-receiver/default.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/applications/networking/remote/citrix-receiver/default.nix b/pkgs/applications/networking/remote/citrix-receiver/default.nix
index a721900f20a3..61dfb434070b 100644
--- a/pkgs/applications/networking/remote/citrix-receiver/default.nix
+++ b/pkgs/applications/networking/remote/citrix-receiver/default.nix
@@ -91,6 +91,17 @@ let
       x86hash   = "117fwynpxfnrw98933y8z8v2q4g6ycs1sngvpbki2qj09bjkwmag";
       x64suffix = "102";
       x86suffix = "102";
+      homepage  = https://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-latest.html; # This version has disappeared from Citrix's website... *sigh*
+    };
+
+    "13.9.1" = {
+      major     = "13";
+      minor     = "9";
+      patch     = "1";
+      x64hash   = "A9A9157CE8C287E8AA11447A0E3C3AB7C227330E9D8882C6F7B938A4DD5925BC";
+      x86hash   = "A93E9770FD10FDD3586A2D47448559EA037265717A7000B9BD2B1DCCE7B0A483";
+      x64suffix = "6";
+      x86suffix = "6";
       homepage  = https://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-latest.html;
     };
   };