* Copy files.

svn path=/nixpkgs/trunk/; revision=4636
This commit is contained in:
Eelco Dolstra 2006-01-31 13:51:38 +00:00
parent a9df2bc8b6
commit 0e09f5a1e0
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
url = http://kcachegrind.sourceforge.net/callgrind-0.10.1.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/callgrind-0.10.1.tar.bz2;
md5 = "6d8acca6b58b0b72804339d04426d550";
};

View file

@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "valgrind-3.1.0";
src = fetchurl {
url = http://valgrind.org/downloads/valgrind-3.1.0.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/valgrind-3.1.0.tar.bz2;
md5 = "d92156e9172dc6097e56c69ea9c88013";
};
}