Revert "citrix-receiver: 13.4.0 -> 13.5.0"

This reverts commit d1a4cba04a06dcfe34b0e8bde0f2e8f4cbc32375.

https://discussions.citrix.com/topic/385408-receiver-135-keyboard-no-longer-working

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