update findutils to 4.2.27

svn path=/nixpkgs/trunk/; revision=4861
This commit is contained in:
Armijn Hemel 2006-02-19 13:57:56 +00:00
parent f05a25f5f5
commit ef92af7139

View File

@ -1,10 +1,10 @@
{stdenv, fetchurl, coreutils}:
stdenv.mkDerivation {
name = "findutils-4.2.26";
name = "findutils-4.2.27";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/findutils-4.2.26.tar.gz;
md5 = "9ac4e62937b1fdc4eb643d1d4bf117d3";
url = ftp://ftp.nluug.nl/pub/gnu/findutils/findutils-4.2.27.tar.gz;
md5 = "f1e0ddf09f28f8102ff3b90f3b5bc920";
};
buildInputs = [coreutils];
patches = [./findutils-path.patch];