From 9e82d3dd08fd0e696c03bb87715ce75c9a901a62 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Mon, 16 Mar 2009 00:20:34 +0000 Subject: [PATCH] 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 --- pkgs/tools/misc/coreutils/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/coreutils/default.nix b/pkgs/tools/misc/coreutils/default.nix index a23f20bb2444..8f4431fc6047 100644 --- a/pkgs/tools/misc/coreutils/default.nix +++ b/pkgs/tools/misc/coreutils/default.nix @@ -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 = {