Merge pull request #12689 from obadz/citrix

citrix-receiver: 13.2.1 -> 13.3.0
This commit is contained in:
Franz Pletz 2016-01-30 15:48:34 +01:00
commit 90f987718c

View File

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