citrix-receiver: 13.2.1 -> 13.3.0

obadz c6ff65ca f727f815

+6 -6
+6 -6
pkgs/applications/networking/remote/citrix-receiver/default.nix
··· 24 24 25 25 stdenv.mkDerivation rec { 26 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; 27 + version = "13.3.0"; 28 + homepage = https://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-latest.html; 29 29 30 30 prefixWithBitness = if stdenv.is64bit then "linuxx64" else "linuxx86"; 31 31 32 32 src = requireFile rec { 33 - name = "${prefixWithBitness}-${version}.328635.tar.gz"; 33 + name = "${prefixWithBitness}-${version}.344519.tar.gz"; 34 34 sha256 = 35 35 if stdenv.is64bit 36 - then "3a11d663b1a11cc4ebb3e3595405d520ec279e1330462645c53edd5cc79d9ca0" 37 - else "0yjw8q8mh4adns2i04m4p273vb4ifakixal7yi3hnbg43b36wfaw"; 36 + then "11l0s4f1si43qlxai053ps4nks7v4bahipsmcdpnrdzq0vps17ls" 37 + else "0sbgkb9a3ss2n08lal7qk8pmxyqbvkm7jj7l995ddjaa6jbkr3fz"; 38 38 message = '' 39 39 In order to use Citrix Receiver, you need to comply with the Citrix EULA and download 40 40 the ${if stdenv.is64bit then "64-bit" else "32-bit"} binaries, .tar.gz from: 41 41 42 - ${homepage}#ctx-dl-eula 42 + ${homepage} 43 43 44 44 Once you have downloaded the file, please use the following command and re-run the 45 45 installation: