summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorobadz <obadz-git@obadz.com>2018-05-12 14:03:05 +0100
committerobadz <obadz-git@obadz.com>2018-05-12 14:03:49 +0100
commit204049763b8fe80c383457976a0c9957308a11e2 (patch)
tree208ac0138277cfcc526db5d523465f838a671381 /pkgs/applications/networking/remote
parent1b3abbbd7445462706d2917eb9785077b24097c0 (diff)
downloadnixlib-204049763b8fe80c383457976a0c9957308a11e2.tar
nixlib-204049763b8fe80c383457976a0c9957308a11e2.tar.gz
nixlib-204049763b8fe80c383457976a0c9957308a11e2.tar.bz2
nixlib-204049763b8fe80c383457976a0c9957308a11e2.tar.lz
nixlib-204049763b8fe80c383457976a0c9957308a11e2.tar.xz
nixlib-204049763b8fe80c383457976a0c9957308a11e2.tar.zst
nixlib-204049763b8fe80c383457976a0c9957308a11e2.zip
citrix-receiver: 13.9.0 -> 13.9.1
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 d5982f33e78e..e1fee1bd78b6 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;
     };
   };