ledger3: Use short git rev.

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
Moritz Ulrich 2013-09-04 00:45:06 +02:00
parent 06f80c77e2
commit a7ba6d655d

View File

@ -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}";