···2425stdenv.mkDerivation rec {
26 name = "citrix-receiver-${version}";
27- version = "13.2.1";
28- homepage = https://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-1321.html;
2930 prefixWithBitness = if stdenv.is64bit then "linuxx64" else "linuxx86";
3132 src = requireFile rec {
33- name = "${prefixWithBitness}-${version}.328635.tar.gz";
34 sha256 =
35 if stdenv.is64bit
36- then "3a11d663b1a11cc4ebb3e3595405d520ec279e1330462645c53edd5cc79d9ca0"
37- else "0yjw8q8mh4adns2i04m4p273vb4ifakixal7yi3hnbg43b36wfaw";
38 message = ''
39 In order to use Citrix Receiver, you need to comply with the Citrix EULA and download
40 the ${if stdenv.is64bit then "64-bit" else "32-bit"} binaries, .tar.gz from:
4142- ${homepage}#ctx-dl-eula
4344 Once you have downloaded the file, please use the following command and re-run the
45 installation:
···2425stdenv.mkDerivation rec {
26 name = "citrix-receiver-${version}";
27+ version = "13.3.0";
28+ homepage = https://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-latest.html;
2930 prefixWithBitness = if stdenv.is64bit then "linuxx64" else "linuxx86";
3132 src = requireFile rec {
33+ name = "${prefixWithBitness}-${version}.344519.tar.gz";
34 sha256 =
35 if stdenv.is64bit
36+ then "11l0s4f1si43qlxai053ps4nks7v4bahipsmcdpnrdzq0vps17ls"
37+ else "0sbgkb9a3ss2n08lal7qk8pmxyqbvkm7jj7l995ddjaa6jbkr3fz";
38 message = ''
39 In order to use Citrix Receiver, you need to comply with the Citrix EULA and download
40 the ${if stdenv.is64bit then "64-bit" else "32-bit"} binaries, .tar.gz from:
4142+ ${homepage}
4344 Once you have downloaded the file, please use the following command and re-run the
45 installation: