gdb: 7.11.1 -> 7.12

See http://lists.gnu.org/archive/html/info-gnu/2016-10/msg00007.html
for release announcement
This commit is contained in:
Lancelot SIX 2016-10-09 21:23:13 +02:00
parent 3c39d75543
commit db4b15bbbf

View File

@ -12,7 +12,7 @@
let
basename = "gdb-7.11.1";
basename = "gdb-7.12";
# Whether (cross-)building for GNU/Hurd. This is an approximation since
# having `stdenv ? cross' doesn't tell us if we're building `crossDrv' and
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnu/gdb/${basename}.tar.xz";
sha256 = "0w7wi1llznlqdqk2lmzygz2xylb2c9mh580s9i0rypkmwfj6s8g9";
sha256 = "152g2qa8337cxif3lkvabjcxfd9jphfb2mza8f1p2c4bjk2z6kw3";
};
nativeBuildInputs = [ pkgconfig texinfo perl ]