ledger3: Update to latest git (8d38060968)

This commit is contained in:
Moritz Ulrich 2013-12-28 00:57:17 +00:00
parent 9020582fea
commit 5331088ba1
1 changed files with 3 additions and 3 deletions

View File

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