From 1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 12 Oct 2006 13:50:54 +0000 Subject: * Copy a bunch of files to nix.cs.uu.nl. svn path=/nixpkgs/trunk/; revision=6711 --- pkgs/shells/bash/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/shells') diff --git a/pkgs/shells/bash/default.nix b/pkgs/shells/bash/default.nix index f13d316737864..82f204bd52c4e 100644 --- a/pkgs/shells/bash/default.nix +++ b/pkgs/shells/bash/default.nix @@ -4,7 +4,7 @@ stdenv.mkDerivation { name = "bash-3.1"; builder = ./builder.sh; src = fetchurl { - url = ftp://ftp.nluug.nl/pub/gnu/bash/bash-3.1.tar.gz; + url = http://nix.cs.uu.nl/dist/tarballs/bash-3.1.tar.gz; md5 = "ef5304c4b22aaa5088972c792ed45d72"; }; -- cgit 1.4.1