3
0
Fork 0
forked from mirrors/nixpkgs

x2goclient: 4.0.5.0 -> 4.0.5.1

This commit is contained in:
Tobias Geerinckx-Rice 2016-03-31 02:40:18 +02:00
parent e0c53be991
commit 57f4678bbb

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "x2goclient-${version}";
version = "4.0.5.0";
version = "4.0.5.1";
src = fetchurl {
url = "http://code.x2go.org/releases/source/x2goclient/${name}.tar.gz";
sha256 = "18a2pszh0nq2ir64a1ah1mlzddn4qcd12b339bv30n0y1ir92bi4";
sha256 = "04gdccqywas029a76k3r9zhr2mfn385i9r06cmi8mznxpczrhkl4";
};
buildInputs = [ cups libssh libXpm nxproxy openldap qt4 ];