about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2014-01-10 00:38:32 +0000
committerMoritz Ulrich <moritz@tarn-vedra.de>2014-01-10 00:38:32 +0000
commit93d73aec51e03b9927e1cf3c6251e8736a5b9b40 (patch)
treea19e0608c1db62eee179917c165bedb0dfc0df29 /pkgs/applications/office
parent9afd64fba884300cbb19894ff25a188f8cf674ca (diff)
downloadnixlib-93d73aec51e03b9927e1cf3c6251e8736a5b9b40.tar
nixlib-93d73aec51e03b9927e1cf3c6251e8736a5b9b40.tar.gz
nixlib-93d73aec51e03b9927e1cf3c6251e8736a5b9b40.tar.bz2
nixlib-93d73aec51e03b9927e1cf3c6251e8736a5b9b40.tar.lz
nixlib-93d73aec51e03b9927e1cf3c6251e8736a5b9b40.tar.xz
nixlib-93d73aec51e03b9927e1cf3c6251e8736a5b9b40.tar.zst
nixlib-93d73aec51e03b9927e1cf3c6251e8736a5b9b40.zip
ledger3: Update to latest git (3b5f496536).
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/ledger/3.0.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/ledger/3.0.nix b/pkgs/applications/office/ledger/3.0.nix
index ecc9f3895027..1afa3a979e37 100644
--- a/pkgs/applications/office/ledger/3.0.nix
+++ b/pkgs/applications/office/ledger/3.0.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchgit, cmake, boost, gmp, mpfr, libedit, python, texinfo }:
 
 let
-  rev = "8d38060968";
+  rev = "3b5f496536";
 in
 stdenv.mkDerivation {
   name = "ledger3-2013.12.${rev}";
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
   src = fetchgit {
     url = "https://github.com/ledger/ledger.git";
     inherit rev;
-    sha256 = "e100f28d18e1804fc8aa8b0141cc33d6d95bbe329e803ba887622ac5f8d3d972";
+    sha256 = "0r36zsdsyy6aylfcwyqra4796y4abi3b27wv5fvk3g2bmyzqzx4j";
   };
 
   buildInputs = [ cmake boost gmp mpfr libedit python texinfo ];