* Old version disappeared.

svn path=/nixpkgs/trunk/; revision=8701
This commit is contained in:
Eelco Dolstra 2007-05-15 13:25:16 +00:00
parent 1852a7d0f3
commit 80efe94cd0

View file

@ -1,9 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "elfutils-0.125";
name = "elfutils-0.127";
src = fetchurl {
url = http://ftp.cs.pu.edu.tw/Linux/sourceware/systemtap/elfutils/elfutils-0.125.tar.gz;
sha256 = "191n7ss9hbhgm5q6ak2bdiwmid8ls1ivn30hl18a5d6bqal50529";
url = http://ftp.cs.pu.edu.tw/Linux/sourceware/systemtap/elfutils/elfutils-0.127.tar.gz;
sha256 = "12n3h5r3c24a6l2wxz0w2dqq072bvgms0dzckivrwp5vdn22lpdv";
};
}