about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-01-07 08:51:30 +0100
committerobadz <obadz-git@obadz.com>2018-01-08 01:35:32 +0000
commit3b36db74eb6ed3e261a4b89adb72bdb67fd06358 (patch)
tree76da5c5a51ed371e8338ce1b0753c2266bf1a0ff /pkgs/applications/networking
parentb980675107400f39f4a33c671d069ab220eedcd6 (diff)
downloadnixlib-3b36db74eb6ed3e261a4b89adb72bdb67fd06358.tar
nixlib-3b36db74eb6ed3e261a4b89adb72bdb67fd06358.tar.gz
nixlib-3b36db74eb6ed3e261a4b89adb72bdb67fd06358.tar.bz2
nixlib-3b36db74eb6ed3e261a4b89adb72bdb67fd06358.tar.lz
nixlib-3b36db74eb6ed3e261a4b89adb72bdb67fd06358.tar.xz
nixlib-3b36db74eb6ed3e261a4b89adb72bdb67fd06358.tar.zst
nixlib-3b36db74eb6ed3e261a4b89adb72bdb67fd06358.zip
citrix_receiver: 13.7.0 -> 13.8.0
Diffstat (limited to 'pkgs/applications/networking')
-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 f6be80e4a1d4..6f87e55e8ea3 100644
--- a/pkgs/applications/networking/remote/citrix-receiver/default.nix
+++ b/pkgs/applications/networking/remote/citrix-receiver/default.nix
@@ -67,9 +67,20 @@ let
       patch     = "0";
       x64hash   = "18fb374b9fb8e249b79178500dddca7a1f275411c6537e7695da5dcf19c5ba91";
       x86hash   = "4c68723b0327cf6f12da824056fce2b7853c38e6163a48c9d222b93dd8da75b6";
-      homepage  = https://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-latest.html; # Fix when updating version
       x64suffix = "10276927";
       x86suffix = "10276925";
+      homepage = https://www.citrix.com/downloads/citrix-receiver/legacy-receiver-for-linux/receiver-for-linux-137.html;
+    };
+
+    "13.8.0" = {
+      major = "13";
+      minor = "8";
+      patch = "0";
+      x64hash = "FDF5991CCD52B2B98289D7B2FB46D492D3E4032846D4AFA52CAA0F8AC0578931";
+      x86hash = "E0CFB43312BF79F753514B11F7B8DE4529823AE4C92D1B01E8A2C34F26AC57E7";
+      x64suffix = "10299729";
+      x86suffix = "10299729";
+      homepage = https://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-latest.html;
     };
   };