summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorobadz <obadz-git@obadz.com>2018-06-29 21:26:24 +0100
committerobadz <obadz-git@obadz.com>2018-06-29 21:33:09 +0100
commit79b33a2c0074e35460c3fffb8e2378e033a9a70b (patch)
tree8df1bf925cef4112aa4c1e7901581286535c207d /pkgs/applications/networking/remote
parenta046d8c873e1f792364a4a9e4e5600613b224003 (diff)
downloadnixlib-79b33a2c0074e35460c3fffb8e2378e033a9a70b.tar
nixlib-79b33a2c0074e35460c3fffb8e2378e033a9a70b.tar.gz
nixlib-79b33a2c0074e35460c3fffb8e2378e033a9a70b.tar.bz2
nixlib-79b33a2c0074e35460c3fffb8e2378e033a9a70b.tar.lz
nixlib-79b33a2c0074e35460c3fffb8e2378e033a9a70b.tar.xz
nixlib-79b33a2c0074e35460c3fffb8e2378e033a9a70b.tar.zst
nixlib-79b33a2c0074e35460c3fffb8e2378e033a9a70b.zip
citrix-receiver: 13.9.1 -> 13.10.0
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/citrix-receiver/default.nix13
1 files changed, 12 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/citrix-receiver/default.nix b/pkgs/applications/networking/remote/citrix-receiver/default.nix
index 26cc0cb6e707..489de974aaaf 100644
--- a/pkgs/applications/networking/remote/citrix-receiver/default.nix
+++ b/pkgs/applications/networking/remote/citrix-receiver/default.nix
@@ -24,7 +24,7 @@
 , alsaLib
 , libidn
 , zlib
-, version ? "13.9.1"
+, version ? "13.10.0"
 }:
 
 let
@@ -113,6 +113,17 @@ let
       x86hash   = "A93E9770FD10FDD3586A2D47448559EA037265717A7000B9BD2B1DCCE7B0A483";
       x64suffix = "6";
       x86suffix = "6";
+      homepage  = https://www.citrix.com/downloads/citrix-receiver/legacy-receiver-for-linux/receiver-for-linux-1391.html;
+    };
+
+    "13.10.0" = {
+      major     = "13";
+      minor     = "10";
+      patch     = "0";
+      x64hash   = "7025688C7891374CDA11C92FC0BA2FA8151AEB4C4D31589AD18747FAE943F6EA";
+      x86hash   = "2DCA3C8EDED11C5D824D579BC3A6B7D531EAEDDCBFB16E91B5702C72CAE9DEE4";
+      x64suffix = "20";
+      x86suffix = "20";
       homepage  = https://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-latest.html;
     };
   };