From f05a25f5f5b4f7e77036af125f60e025b8ff7c1a Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Sun, 19 Feb 2006 13:51:40 +0000 Subject: [PATCH] coreutils-5.94 svn path=/nixpkgs/trunk/; revision=4860 --- pkgs/tools/misc/coreutils/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/coreutils/default.nix b/pkgs/tools/misc/coreutils/default.nix index 1adee3904730..62b2c4e4472e 100644 --- a/pkgs/tools/misc/coreutils/default.nix +++ b/pkgs/tools/misc/coreutils/default.nix @@ -1,9 +1,9 @@ {stdenv, fetchurl}: stdenv.mkDerivation { - name = "coreutils-5.93"; + name = "coreutils-5.94"; src = fetchurl { - url = http://nix.cs.uu.nl/dist/tarballs/coreutils-5.93.tar.bz2; - md5 = "955d8abfd3dd8af2ca3af51480f1f9af"; + url = ftp://ftp.nluug.nl/pub/gnu/coreutils/coreutils-5.94.tar.bz2; + md5 = "11985c8345371546da8ff13f7efae359"; }; }