summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2013-09-04 00:45:06 +0200
committerMoritz Ulrich <moritz@tarn-vedra.de>2013-09-04 00:45:06 +0200
commita7ba6d655dcc8c92f91e29e2ca345d602b780cda (patch)
treec70c697972b180c3d2015ea3e9313956a62658a2 /pkgs/applications/office
parent06f80c77e28a04416846badef28d17d8dafc3193 (diff)
downloadnixlib-a7ba6d655dcc8c92f91e29e2ca345d602b780cda.tar
nixlib-a7ba6d655dcc8c92f91e29e2ca345d602b780cda.tar.gz
nixlib-a7ba6d655dcc8c92f91e29e2ca345d602b780cda.tar.bz2
nixlib-a7ba6d655dcc8c92f91e29e2ca345d602b780cda.tar.lz
nixlib-a7ba6d655dcc8c92f91e29e2ca345d602b780cda.tar.xz
nixlib-a7ba6d655dcc8c92f91e29e2ca345d602b780cda.tar.zst
nixlib-a7ba6d655dcc8c92f91e29e2ca345d602b780cda.zip
ledger3: Use short git rev.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/ledger/3.0.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/ledger/3.0.nix b/pkgs/applications/office/ledger/3.0.nix
index a40a60650f4c..b31cee7143b4 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 = "0ec4291013bae966df2f5ca504d2216e488cd7ec";
+  rev = "0ec4291";
 in
 stdenv.mkDerivation {
   name = "ledger3-2013.08.${rev}";