mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
ledger3: Use short git rev.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
parent
06f80c77e2
commit
a7ba6d655d
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchgit, cmake, boost, gmp, mpfr, libedit, python, texinfo }:
|
||||
|
||||
let
|
||||
rev = "0ec4291013bae966df2f5ca504d2216e488cd7ec";
|
||||
rev = "0ec4291";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "ledger3-2013.08.${rev}";
|
||||
|
Loading…
Reference in New Issue
Block a user