Skip to content

Commit

Permalink
citrix-receiver: 13.4.0 -> 13.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmayhew authored and 7c6f434c committed Apr 30, 2017
1 parent 1c8d388 commit d1a4cba
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -22,7 +22,7 @@
, alsaLib
}:

let versionRec = { major = "13"; minor = "4"; patch = "0"; };
let versionRec = { major = "13"; minor = "5"; patch = "0"; };
in stdenv.mkDerivation rec {
name = "citrix-receiver-${version}";
version = with versionRec; "${major}.${minor}.${patch}";
Expand All @@ -31,11 +31,11 @@ in stdenv.mkDerivation rec {
prefixWithBitness = if stdenv.is64bit then "linuxx64" else "linuxx86";

src = with versionRec; requireFile rec {
name = "${prefixWithBitness}-${version}.10109380.tar.gz";
name = "${prefixWithBitness}-${version}.10185126.tar.gz";
sha256 =
if stdenv.is64bit
then "133brs0sq6d0mgr19rc6ig1n9ahm3ryi23v5nrgqfh0hgxqcrrjb"
else "0r7jfl5yqv1s2npy8l9gsn0gbb82f6raa092ppkc8xy5pni5sh7l";
then "1r24mhkpcc0z95n597p07fz92pd1b8qqzp2z6w07rmb9wb8mpd4x"
else "0pwxshlryzhkl86cj9ryybm54alhzjx0gpp67fnvdn5r64wy1nd1";
message = ''
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:
Expand Down

2 comments on commit d1a4cba

@jensbin
Copy link
Contributor

@jensbin jensbin commented on d1a4cba May 1, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are keyboard issues with this version and Secure ICA server settings.
https://discussions.citrix.com/topic/385408-receiver-135-keyboard-no-longer-working

See also #23975

@7c6f434c
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, made a mistake here… reverted.

Please sign in to comment.