tree: 1.7.0 -> 1.8.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tree/versions
This commit is contained in:
parent
968b20e2c7
commit
af22c2bd7b
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl }:
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.7.0";
|
version = "1.8.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 = "04kviw799qxly08zb8n5mgxfd96gyis6x69q2qiw86jnh87c4mv9";
|
sha256 = "1hmpz6k0mr6salv0nprvm1g0rdjva1kx03bdf1scw8a38d5mspbi";
|
||||||
};
|
};
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user