about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2011-08-02 00:19:29 +0000
committerShea Levy <shea@shealevy.com>2011-08-02 00:19:29 +0000
commit7233051b2c265598cd6702ce335c4c95f2388aa7 (patch)
treef7c2f5c3151493b10b7d59d162ac7c7e5126924d /pkgs/applications/networking/remote
parentc497c19c4655bf8237b553c6b675095e6c141860 (diff)
rdesktop: Bump to 1.7.0
svn path=/nixpkgs/trunk/; revision=28119
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/rdesktop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/remote/rdesktop/default.nix b/pkgs/applications/networking/remote/rdesktop/default.nix
index 24e18a75cc973..cceb70b74fbf0 100644
--- a/pkgs/applications/networking/remote/rdesktop/default.nix
+++ b/pkgs/applications/networking/remote/rdesktop/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation (rec {
   pname = "rdesktop";
-  version = "1.6.0";
+  version = "1.7.0";
   name = "${pname}-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/${pname}/${name}.tar.gz";
-    sha256 = "0y890s5rv47ipcijcrmcy9988br22ipr4c1ppb88pjhlism6w0im";
+    sha256 = "0x2hnzvm0smnanin28n4mvzx9chpj2qnjfrxy307x21mgw6l5q1v";
   };
 
   buildInputs = [openssl libX11];