Ledger3: Update to latest git.
Works good here. Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
parent
a14eaaa9f0
commit
9b609beec1
@ -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 = "0ec4291";
|
rev = "0e5867bc5c";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ledger3-2013.08.${rev}";
|
name = "ledger3-2013.11.${rev}";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/ledger/ledger.git";
|
url = "https://github.com/ledger/ledger.git";
|
||||||
inherit rev;
|
inherit rev;
|
||||||
sha256 = "1y4rcbx8y2fxkdc7i06n1i5jf3cq05bvzpb8498mis2gwfmkw470";
|
sha256 = "16aa63z24rp5vin7al8b6nzdi4kqpawbzvh148wfr2wj60vdb1n5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake boost gmp mpfr libedit python texinfo ];
|
buildInputs = [ cmake boost gmp mpfr libedit python texinfo ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user