about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2011-03-03 12:02:50 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2011-03-03 12:02:50 +0000
commiteb4b1e8b048ccd32b357ee7698d130e61c92ee9f (patch)
tree387767860f503f7464d2f3c3020362899cb425df /pkgs/applications/office
parent6538f204853eb8c39a46b1cae247694ea7e2afba (diff)
parentefb12635d37c4f12183a013e3fddde0411bc37b3 (diff)
* Sync with the trunk.
svn path=/nixpkgs/branches/x-updates/; revision=26141
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/ledger/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/office/ledger/default.nix b/pkgs/applications/office/ledger/default.nix
index 14121e6281f43..99b768c58e1e4 100644
--- a/pkgs/applications/office/ledger/default.nix
+++ b/pkgs/applications/office/ledger/default.nix
@@ -5,7 +5,7 @@
 let
 
   pname = "ledger";
-  version = "2.6.1";
+  version = "2.6.3";
   name = "${pname}-${version}";
 
 in
@@ -14,8 +14,8 @@ stdenv.mkDerivation {
   inherit name;
 
   src = fetchurl {
-    url = "mirror://sourceforge/${pname}/${name}.tar.gz";
-    sha256 = "96830d77d3aa6bf6c5778f5dd52169f9b5203fb7daad0e12831abeb35b14f27a";
+    url = "https://github.com/downloads/jwiegley/ledger/ledger-${version}.tar.gz";
+    sha256 = "05zpnypcwgck7lwk00pbdlcwa347xsqifxh4zsbbn01m98bx1v5k";
   };
 
   buildInputs = [ emacs gmp pcre ];