ledger3: Update to latest git (3b5f496536).

This commit is contained in:
Moritz Ulrich 2014-01-10 00:38:32 +00:00
parent 9afd64fba8
commit 93d73aec51

View File

@ -1,7 +1,7 @@
{ stdenv, fetchgit, cmake, boost, gmp, mpfr, libedit, python, texinfo }: { stdenv, fetchgit, cmake, boost, gmp, mpfr, libedit, python, texinfo }:
let let
rev = "8d38060968"; rev = "3b5f496536";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "ledger3-2013.12.${rev}"; name = "ledger3-2013.12.${rev}";
@ -9,7 +9,7 @@ stdenv.mkDerivation {
src = fetchgit { src = fetchgit {
url = "https://github.com/ledger/ledger.git"; url = "https://github.com/ledger/ledger.git";
inherit rev; inherit rev;
sha256 = "e100f28d18e1804fc8aa8b0141cc33d6d95bbe329e803ba887622ac5f8d3d972"; sha256 = "0r36zsdsyy6aylfcwyqra4796y4abi3b27wv5fvk3g2bmyzqzx4j";
}; };
buildInputs = [ cmake boost gmp mpfr libedit python texinfo ]; buildInputs = [ cmake boost gmp mpfr libedit python texinfo ];