Updating gdb to 7.7.

This commit is contained in:
Lluís Batlle i Rossell 2014-03-20 10:47:00 +01:00
parent dbaa07b8ef
commit d4bf329dde

View file

@ -8,7 +8,7 @@
let
basename = "gdb-7.6.2";
basename = "gdb-7.7";
# Whether (cross-)building for GNU/Hurd. This is an approximation since
# having `stdenv ? cross' doesn't tell us if we're building `crossDrv' and
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnu/gdb/${basename}.tar.bz2";
sha256 = "1s6hjqmq7xz10hqx45dgrpfh5mla578shn3zxgnrsv66w4n0wsig";
sha256 = "08vcb97j1b7vxwq6088wb6s3g3bm8iwikd922y0xsgbbxv3d2104";
};
# I think python is not a native input, but I leave it