about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-02-03 16:16:18 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-02-03 16:16:18 +0000
commitcf2591c5ece86df319ee41205b774b922a48b2fb (patch)
tree93ef54c57c1353f8cca6590660b790f4bce9e0d4 /pkgs/applications/networking/remote
parent4aac439f0030b53bb2b5bd779e8ab84412421534 (diff)
downloadnixlib-cf2591c5ece86df319ee41205b774b922a48b2fb.tar
nixlib-cf2591c5ece86df319ee41205b774b922a48b2fb.tar.gz
nixlib-cf2591c5ece86df319ee41205b774b922a48b2fb.tar.bz2
nixlib-cf2591c5ece86df319ee41205b774b922a48b2fb.tar.lz
nixlib-cf2591c5ece86df319ee41205b774b922a48b2fb.tar.xz
nixlib-cf2591c5ece86df319ee41205b774b922a48b2fb.tar.zst
nixlib-cf2591c5ece86df319ee41205b774b922a48b2fb.zip
Updating rdesktop to 1.7.1
svn path=/nixpkgs/trunk/; revision=31993
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 cceb70b74fbf..c8c72160b341 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.7.0";
+  version = "1.7.1";
   name = "${pname}-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/${pname}/${name}.tar.gz";
-    sha256 = "0x2hnzvm0smnanin28n4mvzx9chpj2qnjfrxy307x21mgw6l5q1v";
+    sha256 = "0yc4xz95w40m8ailpjgqp9h7bkc758vp0dlq4nj1pvr3xfnl7sni";
   };
 
   buildInputs = [openssl libX11];