Skip to content

Commit 3b36db7

Browse files
FRidhobadz
authored andcommittedJan 8, 2018
citrix_receiver: 13.7.0 -> 13.8.0
1 parent b980675 commit 3b36db7

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed
 

‎pkgs/applications/networking/remote/citrix-receiver/default.nix

+12-1
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,20 @@ let
6767
patch = "0";
6868
x64hash = "18fb374b9fb8e249b79178500dddca7a1f275411c6537e7695da5dcf19c5ba91";
6969
x86hash = "4c68723b0327cf6f12da824056fce2b7853c38e6163a48c9d222b93dd8da75b6";
70-
homepage = https://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-latest.html; # Fix when updating version
7170
x64suffix = "10276927";
7271
x86suffix = "10276925";
72+
homepage = https://www.citrix.com/downloads/citrix-receiver/legacy-receiver-for-linux/receiver-for-linux-137.html;
73+
};
74+
75+
"13.8.0" = {
76+
major = "13";
77+
minor = "8";
78+
patch = "0";
79+
x64hash = "FDF5991CCD52B2B98289D7B2FB46D492D3E4032846D4AFA52CAA0F8AC0578931";
80+
x86hash = "E0CFB43312BF79F753514B11F7B8DE4529823AE4C92D1B01E8A2C34F26AC57E7";
81+
x64suffix = "10299729";
82+
x86suffix = "10299729";
83+
homepage = https://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-latest.html;
7384
};
7485
};
7586

‎pkgs/top-level/all-packages.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,8 @@ with pkgs;
14821482

14831483
# Use Citrix Receiver 13.4.0 below if you get "A network error occured (SSL error 4)"
14841484
# See https://discussions.citrix.com/topic/385459-ssl-error-with-135-works-with-134/?p=1977735
1485-
citrix_receiver = hiPrio citrix_receiver_13_7_0;
1485+
citrix_receiver = hiPrio citrix_receiver_13_8_0;
1486+
citrix_receiver_13_8_0 = callPackage ../applications/networking/remote/citrix-receiver { version = "13.8.0"; };
14861487
citrix_receiver_13_7_0 = callPackage ../applications/networking/remote/citrix-receiver { version = "13.7.0"; };
14871488
citrix_receiver_13_6_0 = callPackage ../applications/networking/remote/citrix-receiver { version = "13.6.0"; };
14881489
citrix_receiver_13_5_0 = callPackage ../applications/networking/remote/citrix-receiver { version = "13.5.0"; };

0 commit comments

Comments
 (0)
Please sign in to comment.