summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorobadz <obadz-git@obadz.com>2018-03-08 19:15:30 +0000
committerobadz <obadz-git@obadz.com>2018-03-08 19:21:51 +0000
commitdaafd1d71f9592fa85bde7ab7f42a73acaafc9d4 (patch)
tree84d91dabfe2aabbe863015ec3935d61af0514fb1 /pkgs/applications/networking/remote
parent42c33ce12f59d36d11d3d5cb74aca460168fc737 (diff)
downloadnixlib-daafd1d71f9592fa85bde7ab7f42a73acaafc9d4.tar
nixlib-daafd1d71f9592fa85bde7ab7f42a73acaafc9d4.tar.gz
nixlib-daafd1d71f9592fa85bde7ab7f42a73acaafc9d4.tar.bz2
nixlib-daafd1d71f9592fa85bde7ab7f42a73acaafc9d4.tar.lz
nixlib-daafd1d71f9592fa85bde7ab7f42a73acaafc9d4.tar.xz
nixlib-daafd1d71f9592fa85bde7ab7f42a73acaafc9d4.tar.zst
nixlib-daafd1d71f9592fa85bde7ab7f42a73acaafc9d4.zip
citrix-receiver: 13.8.0 -> 13.9.0
The "A network error occured (SSL error 4)" is finally fixed!
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/citrix-receiver/default.nix25
1 files changed, 18 insertions, 7 deletions
diff --git a/pkgs/applications/networking/remote/citrix-receiver/default.nix b/pkgs/applications/networking/remote/citrix-receiver/default.nix
index 00332754c264..51a37d3152b7 100644
--- a/pkgs/applications/networking/remote/citrix-receiver/default.nix
+++ b/pkgs/applications/networking/remote/citrix-receiver/default.nix
@@ -69,18 +69,29 @@ let
       x86hash   = "4c68723b0327cf6f12da824056fce2b7853c38e6163a48c9d222b93dd8da75b6";
       x64suffix = "10276927";
       x86suffix = "10276925";
-      homepage = https://www.citrix.com/downloads/citrix-receiver/legacy-receiver-for-linux/receiver-for-linux-137.html;
+      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";
+      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;
+      homepage  = https://www.citrix.com/downloads/citrix-receiver/legacy-receiver-for-linux/receiver-for-linux-138.html;
+    };
+
+    "13.9.0" = {
+      major     = "13";
+      minor     = "9";
+      patch     = "0";
+      x64hash   = "00l18s7i9yky3ddabwljwsf7fx4cjgjn9hfd74j0x1v4gl078nl9";
+      x86hash   = "117fwynpxfnrw98933y8z8v2q4g6ycs1sngvpbki2qj09bjkwmag";
+      x64suffix = "102";
+      x86suffix = "102";
+      homepage  = https://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-latest.html;
     };
   };