update to 0.131

svn path=/nixpkgs/trunk/; revision=10040
This commit is contained in:
Armijn Hemel 2008-01-01 14:50:01 +00:00
parent e0317df04f
commit dcec5245e0

View file

@ -1,9 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "elfutils-0.127";
name = "elfutils-0.131";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/elfutils-0.127.tar.gz;
sha256 = "12n3h5r3c24a6l2wxz0w2dqq072bvgms0dzckivrwp5vdn22lpdv";
url = http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.131.orig.tar.gz;
sha256 = "0vqfjpcv81m3q0gsk78qykakhz9rbfwd65i4zsi03xr2lrk9ayll";
};
}