citrix-receiver: 13.3.0 -> 13.4.0
This commit is contained in:
parent
aa0238ece0
commit
38c6a88274
@ -24,17 +24,17 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "citrix-receiver-${version}";
|
name = "citrix-receiver-${version}";
|
||||||
version = "13.3.0";
|
version = "13.4.0";
|
||||||
homepage = https://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-latest.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}.344519.tar.gz";
|
name = "${prefixWithBitness}-${version}.10109380.tar.gz";
|
||||||
sha256 =
|
sha256 =
|
||||||
if stdenv.is64bit
|
if stdenv.is64bit
|
||||||
then "11l0s4f1si43qlxai053ps4nks7v4bahipsmcdpnrdzq0vps17ls"
|
then "133brs0sq6d0mgr19rc6ig1n9ahm3ryi23v5nrgqfh0hgxqcrrjb"
|
||||||
else "0sbgkb9a3ss2n08lal7qk8pmxyqbvkm7jj7l995ddjaa6jbkr3fz";
|
else "0r7jfl5yqv1s2npy8l9gsn0gbb82f6raa092ppkc8xy5pni5sh7l";
|
||||||
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user