update to 4.2.29
svn path=/nixpkgs/trunk/; revision=7482
This commit is contained in:
parent
331ed07b8c
commit
c5e992c7bf
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, coreutils}:
|
{stdenv, fetchurl, coreutils}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "findutils-4.2.28";
|
name = "findutils-4.2.29";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://ftp.gnu.org/pub/gnu/findutils/findutils-4.2.28.tar.gz;
|
url = ftp://ftp.nluug.nl/pub/gnu/findutils/findutils-4.2.29.tar.gz;
|
||||||
md5 = "f5fb3349354ee3d94fceb81dab5c71fd";
|
md5 = "24e76434ca74ba3c2c6ad621eb64e1ff";
|
||||||
};
|
};
|
||||||
buildInputs = [coreutils];
|
buildInputs = [coreutils];
|
||||||
patches = [./findutils-path.patch]
|
patches = [./findutils-path.patch]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user