* More URLs.

svn path=/nixpkgs/trunk/; revision=6718
This commit is contained in:
Eelco Dolstra
2006-10-12 15:58:51 +00:00
parent aa0dc058fe
commit 8e08738756
6 changed files with 5 additions and 23 deletions
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "spidermonkey-1.5";
src = fetchurl {
url = http://ftp.mozilla.org/pub/mozilla.org/js/js-1.5.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/js-1.5.tar.gz;
md5 = "863bb6462f4ce535399a7c6276ae6776";
};