gdb: Update to 7.8.2

This commit is contained in:
Eelco Dolstra 2015-01-20 15:52:03 +01:00
parent 98556ef150
commit f3ee32559d

View file

@ -8,7 +8,7 @@
let
basename = "gdb-7.8";
basename = "gdb-7.8.2";
# 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.xz";
sha256 = "49c4abe174f79f54e1f9e75210ffb590d9b497d5b5200b5398c0e073a4ecb875";
sha256 = "11a4fj1vpsny71kz7xqqbqk3kgzbs5cfjj3z9gm0hpvxfkam8nb0";
};
patches = [ ./edit-signals.patch ];