about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2011-09-07 03:55:09 +0000
committerShea Levy <shea@shealevy.com>2011-09-07 03:55:09 +0000
commit53b10cac36808f254c559f4dc52fe9196db3ee3b (patch)
treebd4e0764f765e9ad1b17a957a3eba1e67ff6545b /pkgs/applications/networking/remote
parent9266c417956f8e84796c4b68b0fbdc40389486de (diff)
FreeRDP just migrated their github servers. Also, bump revs while we're at it
svn path=/nixpkgs/trunk/; revision=29073
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/freerdp/unstable.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/remote/freerdp/unstable.nix b/pkgs/applications/networking/remote/freerdp/unstable.nix
index 9856be275f0e0..cbc8c2c7a48f3 100644
--- a/pkgs/applications/networking/remote/freerdp/unstable.nix
+++ b/pkgs/applications/networking/remote/freerdp/unstable.nix
@@ -18,15 +18,15 @@
 
 assert printerSupport -> cups != null;
 
-let rev = "0d412ba629471aeb83d1c39d167d389d8f4262e5"; in
+let rev = "93d09e1a38a94c2436c53ef5ff99668e6c55ef96"; in
 
 stdenv.mkDerivation (rec {
   name = "freerdp-1.0pre${rev}";
 
   src = fetchgit {
-    url = git://github.com/FreeRDP/FreeRDP-1.0.git;
+    url = git://github.com/FreeRDP/FreeRDP.git;
     inherit rev;
-    sha256 = "e8997677bde3d99c8ae6b6dd85ca2b6a17cca49f7dbd4d460908c969088130e6";
+    sha256 = "02594c248c7d3f30d43ac11ae5ea79df1c72d98b183caf041fc05db35d211837";
   };
 
   buildInputs = [