···22, alsaLib
23}:
2425-let versionRec = { major = "13"; minor = "5"; patch = "0"; };
26in stdenv.mkDerivation rec {
27 name = "citrix-receiver-${version}";
28 version = with versionRec; "${major}.${minor}.${patch}";
···31 prefixWithBitness = if stdenv.is64bit then "linuxx64" else "linuxx86";
3233 src = with versionRec; requireFile rec {
34- name = "${prefixWithBitness}-${version}.10185126.tar.gz";
35 sha256 =
36 if stdenv.is64bit
37- then "1r24mhkpcc0z95n597p07fz92pd1b8qqzp2z6w07rmb9wb8mpd4x"
38- else "0pwxshlryzhkl86cj9ryybm54alhzjx0gpp67fnvdn5r64wy1nd1";
39 message = ''
40 In order to use Citrix Receiver, you need to comply with the Citrix EULA and download
41 the ${if stdenv.is64bit then "64-bit" else "32-bit"} binaries, .tar.gz from:
···22, alsaLib
23}:
2425+let versionRec = { major = "13"; minor = "4"; patch = "0"; };
26in stdenv.mkDerivation rec {
27 name = "citrix-receiver-${version}";
28 version = with versionRec; "${major}.${minor}.${patch}";
···31 prefixWithBitness = if stdenv.is64bit then "linuxx64" else "linuxx86";
3233 src = with versionRec; requireFile rec {
34+ name = "${prefixWithBitness}-${version}.10109380.tar.gz";
35 sha256 =
36 if stdenv.is64bit
37+ then "133brs0sq6d0mgr19rc6ig1n9ahm3ryi23v5nrgqfh0hgxqcrrjb"
38+ else "0r7jfl5yqv1s2npy8l9gsn0gbb82f6raa092ppkc8xy5pni5sh7l";
39 message = ''
40 In order to use Citrix Receiver, you need to comply with the Citrix EULA and download
41 the ${if stdenv.is64bit then "64-bit" else "32-bit"} binaries, .tar.gz from: