version bump to coreutils-7.1

7.1 adds the new flag iflag=fullblock!

This line without fullblock copies a different amount of data each
time !
cat /dev/zero | dd iflag=fullblock bs=1M count=1000 of=/dev/null;

svn path=/nixpkgs/trunk/; revision=14547
This commit is contained in:
Marc Weber 2009-03-16 00:20:34 +00:00
parent 44b6165af2
commit 9e82d3dd08

View File

@ -4,8 +4,8 @@ stdenv.mkDerivation {
name = "coreutils-6.12";
src = fetchurl {
url = mirror://gnu/coreutils/coreutils-6.12.tar.gz;
sha256 = "12pi7i2mxff5jab48pqpwlz2pi0j6sp9p7bgrcl663iiw81zglj9";
url = mirror://gnu/coreutils/coreutils-7.1.tar.gz;
sha256 = "019a7kccrdnim2xigwsgc8dhiw0hb1y9q4344qs5z24sl6gv2g41";
};
meta = {