tree: update to version 1.7.0

This commit is contained in:
Anders Claesson 2014-06-13 20:04:26 +01:00 committed by Bjørn Forsman
parent bf0bacdbf8
commit 05402bc7c8

View File

@ -1,7 +1,7 @@
{stdenv, fetchurl}: {stdenv, fetchurl}:
let let
version = "1.6.0"; version = "1.7.0";
# These settings are found in the Makefile, but there seems to be no # These settings are found in the Makefile, but there seems to be no
# way to select one ore the other setting other than editing the file # way to select one ore the other setting other than editing the file
@ -28,7 +28,7 @@ stdenv.mkDerivation {
src = fetchurl { src = fetchurl {
url = "http://mama.indstate.edu/users/ice/tree/src/tree-${version}.tgz"; url = "http://mama.indstate.edu/users/ice/tree/src/tree-${version}.tgz";
sha256 = "4dc470a74880338b01da41701d8db90d0fb178877e526d385931a007d68d7591"; sha256 = "04kviw799qxly08zb8n5mgxfd96gyis6x69q2qiw86jnh87c4mv9";
}; };
configurePhase = '' configurePhase = ''