From 505400eafeaae920bdf39f734f8ce50aec2dd686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Fri, 26 Sep 2014 15:38:33 +0200 Subject: [PATCH] ledger3: fix hash --- pkgs/applications/office/ledger/3.0.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/office/ledger/3.0.nix b/pkgs/applications/office/ledger/3.0.nix index be7b31e51243..22f15f652175 100644 --- a/pkgs/applications/office/ledger/3.0.nix +++ b/pkgs/applications/office/ledger/3.0.nix @@ -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 ];