Fix some broken URLs.

svn path=/nixpkgs/trunk/; revision=23152
This commit is contained in:
Peter Simons
2010-08-12 14:56:14 +00:00
parent 04ee1d78ad
commit 961fda939c
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
urls = [
"https://fedorahosted.org/releases/e/l/elfutils/${name}.tar.bz2"
"https://fedorahosted.org/releases/e/l/elfutils/0.143/${name}.tar.bz2"
"mirror://gentoo/distfiles/${name}.tar.bz2"
];
sha256 = "1nl7x2gidd2i048yjlvyzhpbca9793z435cw8bsircjxfi5gmswa";