about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-05-26 21:43:59 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-05-26 23:59:36 +0200
commit661326b34cbf368ed51a75d3a3352d2f3cd2d069 (patch)
tree5817343d2030afa816e6d9de3dcc1f0d2942915c /pkgs/applications/networking/remote
parentdf7ccbab5d29352a9147da0fd84e7e54fb8da479 (diff)
downloadnixlib-661326b34cbf368ed51a75d3a3352d2f3cd2d069.tar
nixlib-661326b34cbf368ed51a75d3a3352d2f3cd2d069.tar.gz
nixlib-661326b34cbf368ed51a75d3a3352d2f3cd2d069.tar.bz2
nixlib-661326b34cbf368ed51a75d3a3352d2f3cd2d069.tar.lz
nixlib-661326b34cbf368ed51a75d3a3352d2f3cd2d069.tar.xz
nixlib-661326b34cbf368ed51a75d3a3352d2f3cd2d069.tar.zst
nixlib-661326b34cbf368ed51a75d3a3352d2f3cd2d069.zip
x2goclient 4.0.3.2 -> 4.0.4.0
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/x2goclient/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/remote/x2goclient/default.nix b/pkgs/applications/networking/remote/x2goclient/default.nix
index 8544ccc0f79a..446b65c9882f 100644
--- a/pkgs/applications/networking/remote/x2goclient/default.nix
+++ b/pkgs/applications/networking/remote/x2goclient/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, cups, libssh, libXpm, nxproxy, openldap, makeWrapper, qt4 }:
 
-let version = "4.0.3.2"; in
+let version = "4.0.4.0"; in
 stdenv.mkDerivation rec {
   name = "x2goclient-${version}";
 
   src = fetchurl {
     url = "http://code.x2go.org/releases/source/x2goclient/${name}.tar.gz";
-    sha256 = "0vqcz9kmnbvlj8kns68zl60019fdz97rydz4wsgnsgdf7r370npn";
+    sha256 = "0mqn4nvq2w7qja5i4vx9fg2spwzl01p0hmfwbjb0mzir03hmrl46";
   };
 
   meta = with stdenv.lib; {