about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2013-11-27 01:53:06 +0100
committerMoritz Ulrich <moritz@tarn-vedra.de>2013-11-27 01:53:06 +0100
commit9b609beec17b1dbc106cbe376e5315290c449595 (patch)
treeca599f8b214c32a90bbb075cb1b108a98493613d /pkgs/applications/office
parenta14eaaa9f009db606c916b4b34c420d655097119 (diff)
downloadnixlib-9b609beec17b1dbc106cbe376e5315290c449595.tar
nixlib-9b609beec17b1dbc106cbe376e5315290c449595.tar.gz
nixlib-9b609beec17b1dbc106cbe376e5315290c449595.tar.bz2
nixlib-9b609beec17b1dbc106cbe376e5315290c449595.tar.lz
nixlib-9b609beec17b1dbc106cbe376e5315290c449595.tar.xz
nixlib-9b609beec17b1dbc106cbe376e5315290c449595.tar.zst
nixlib-9b609beec17b1dbc106cbe376e5315290c449595.zip
Ledger3: Update to latest git.
Works good here.

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/ledger/3.0.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/office/ledger/3.0.nix b/pkgs/applications/office/ledger/3.0.nix
index 8b74dbad6f8e..8a29d9356df5 100644
--- a/pkgs/applications/office/ledger/3.0.nix
+++ b/pkgs/applications/office/ledger/3.0.nix
@@ -1,15 +1,15 @@
 { stdenv, fetchgit, cmake, boost, gmp, mpfr, libedit, python, texinfo }:
 
 let
-  rev = "0ec4291";
+  rev = "0e5867bc5c";
 in
 stdenv.mkDerivation {
-  name = "ledger3-2013.08.${rev}";
+  name = "ledger3-2013.11.${rev}";
 
   src = fetchgit {
     url = "https://github.com/ledger/ledger.git";
     inherit rev;
-    sha256 = "1y4rcbx8y2fxkdc7i06n1i5jf3cq05bvzpb8498mis2gwfmkw470";
+    sha256 = "16aa63z24rp5vin7al8b6nzdi4kqpawbzvh148wfr2wj60vdb1n5";
   };
 
   buildInputs = [ cmake boost gmp mpfr libedit python texinfo ];