Update elfutils: the old ones are inaccessible, and too old to be found on other mirrors

svn path=/nixpkgs/trunk/; revision=23058
This commit is contained in:
Michael Raskin 2010-08-09 15:37:14 +00:00
parent 8b4da1a264
commit be3d5d3496

View file

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