1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

ledger3: fix hash

This commit is contained in:
Domen Kožar 2014-09-26 15:38:33 +02:00
parent 58168ed93b
commit 505400eafe

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation {
src = fetchgit {
url = "git://github.com/ledger/ledger.git";
inherit rev;
sha256 = "48d62cfa06f4a0c5863c072437e67aeafaa210a60e9147f8b2a4403da2a8b3e8";
sha256 = "0fmmhr3as4v2kb6h64k1fq979080cqhd75jvxfg7axk2mylb6b3q";
};
buildInputs = [ cmake boost boost.lib gmp mpfr libedit python texinfo gnused ];